How to make falling down Actor

966055966055 Member Posts: 6
edited November -1 in Working with GS (Mac)
Hi
I want to fall Actor after the another actor pass under it ?

look to the image to show it clear
http://www.m5zn.com/uploads/2011/2/20/photo/0220110902039kkwp00z4smknv9z5o.png

Thanks

Comments

  • DrGlickertDrGlickert Member Posts: 1,135
    I would try a game.attribute that is an integer. So try this;

    When Actor B overlaps/collides with actor C change game.attribute (whatever you want to call it) to 1.

    Actor A has a rule;

    If game.attribute = 1 then accelerate 270 degrees.

    If you have other actor A's in the scene, then have the next Actor C change the game.attribute to 2. The 2nd Actor A will fall when the game.attribute is equal to 2. (and so on and so on).

    I think this should work for you. Give it a try and if it doesn't work, let us know.
  • 966055966055 Member Posts: 6
    Woooow Thank You it's work very will

    Thank you for replay very speed
  • 966055966055 Member Posts: 6
    Woooow Thank You it's work very will

    Thank you for replay very speed
  • DrGlickertDrGlickert Member Posts: 1,135
    Awesome! Have fun! Can't wait to see what creation you come up with!
Sign In or Register to comment.