Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.
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\
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!!
Develop games in your browser. Powerful, performant & highly capable.
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" />