[Help] Check if object is on another object
![networ](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hi, I've problem. I have a platform, and I can drag and put blocks on it. For example, I take 5 blocks a put it on platform. I need to check if they are on this platform. I try to do it with collisions, but if i put blocks on each other, they dont collide all, so I cant do this way... Can somebody help me, please?
Thanks!
P.S. Sorry for my English, I hope you can understand me
.
Thanks!
P.S. Sorry for my English, I hope you can understand me
![:) :)](http://forums.gamesalad.com/plugins/emojiextender/emoji/twitter/smile.png)
Comments
Spend a little time for the tutorials, videos, and demo. You will find almost everything you need to know. Good luck,
Anyway, the way I tried to solve problem is that you will have to add as many targets for as many blocks you need. Another words, you have to have pairs like one target for one block and each block has to be on its own target.
One more advice, if you need to check position, you could use the x and y position. For example, if actor1 xposition = 100, yposition = 200 then event is true. You could use this way to check as many positions as you need. Just give a specific x and y position for each actor.
Hopefully someone will find a better solution.