Collision and Touch

HidoshiHidoshi Member Posts: 2
edited November -1 in Working with GS (Mac)
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.

Comments

  • SkyMapleSkyMaple Member Posts: 817
    A Boolean attribute called "collide"

    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
  • HidoshiHidoshi Member Posts: 2
    Ah, thank you very much. :)
Sign In or Register to comment.