if a moving actor collides with a treasure actor i want the treasure to display

funnycreamfunnycream Member Posts: 12
edited November -1 in Working with GS (Mac)
if a moving actor collides with a treasure actor i want the treasure to display a star
so what do i do to get that result

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    Watch all these youtube videos, they will give you a solid footing on how to use gamesalad
    http://www.youtube.com/user/GameSaladCookbook

    go through this list of demos and take a look at actual projects
    http://gamesalad.com/forums/topic.php?id=11558

    after looking through that stuff you should have a great foundation in how to use gamesalad, and probably figure out your own question
  • GLGAMESGLGAMES SingaporeMember Posts: 988
    You can simply use the rule when actor collides with actor 'player'
    change image to 'star'
    or spawn actor 'star'
    destroy the previous actor.

    but change image might be faster.
  • funnycreamfunnycream Member Posts: 12
    Thank you but i didnt want to change the image of the treasure i wanted the star to come on top of the treasure just like in mario games when you jump on top of the boxes coins or other things come up
  • GLGAMESGLGAMES SingaporeMember Posts: 988
    Yes that will mean spawn star.
Sign In or Register to comment.