if there is 2 or more overlapping objects
any way I can check if my cursor just select topmost objects
I want to create some kind of placement feature like piece puzzle
but my cursor always select all objects if they are overlapping
The feature is not implemented yet.
To avoid the annoying effect I usually do a
Pick at random with the overlap condition to pick only one sprite
And then I put it on top.
Develop games in your browser. Powerful, performant & highly capable.
Until it is properly implemented as a condition you can do it yourself with events.
<img src="http://dl.dropbox.com/u/5426011/examples%208/pick_topmost.png" border="0" />
Oh yeah double pwnd \o\</p>
Until it is properly implemented as a condition you can do it yourself with events. <img src="http://dl.dropbox.com/u/5426011/examples%208/pick_topmost.png" border="0" />
this forum gonna need a "like" button or "+1"
<img src="smileys/smiley4.gif" border="0" align="middle" />
thanks for the answer!!
umm...
I figured I can't do that if there is 100 pieces(sprite)
means 1 piece per 1 condition
I will try to find another way to do with this <img src="smileys/smiley1.gif" border="0" align="middle" />