Actor can pass through once?

NesesitaGamesNesesitaGames Member Posts: 160
edited November -1 in Working with GS (Mac)
I'd like to make a Ball (Actor 1) pass through an Obstacle (Actor 2) just once- and then after it passes through, the Obstacle becomes unpassable (the ball will bounce if it hits it).

I've tried setting a Rule on the Obstacle so that the first time it collides with the ball, after 1 second it bounces on collide, but this doesn't seem to work. Am I completely off the mark?

Thanks very much :)

Comments

  • AjBlueAjBlue Member Posts: 215
    make an invisible actor on the other side of actor2 that once the actor1 touches the invisible actor it make a global boolean attribute true which then you can set a rule stating if boolean attribute is true, ball collides with wall.
  • NesesitaGamesNesesitaGames Member Posts: 160
    That worked perfectly, thank you SO much, AjBlue!
Sign In or Register to comment.