Hi, if I have several actors moving around the screen randomly, and one stationery actor (called 'wall'), how can I find out which actor is colliding with the 'wall' actor?
Thanks in advance!
Laddsa
collide.name
makslane wrote:Use the 'collide' actor in the script to get the name of current collide actor.
In a collision event, you can get the name of collide actor with:
- Code: Select all
collide.name
MoveTo(collide.clonename, -1, 0, 10, collide.clonename);
Users browsing this forum: No registered users and 1 guest