Collision and Touch
![Hidoshi](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
I'm pretty new to GameSalad and I'm trying to figure out how to trigger one action based on collision.
For instance, if I have a point on a map that I can activate, but ONLY when an object overlaps it, how do I create that trigger? Any help would be appreciated, thanks.
For instance, if I have a point on a map that I can activate, but ONLY when an object overlaps it, how do I create that trigger? Any help would be appreciated, thanks.
Comments
Set the point on the map so when an actor overlaps or collides with it, change "collide" to true. Otherwise change "collide" to false.
Then when "collide" is true set it to activeate the point on the map