Page 1 of 1

How do you make tiles impassable after the player leaves it?

PostPosted: Mon Jun 04, 2007 6:03 pm
by editor2s
I'm making a game that when the player steps on a certain tile, when he leaves it, it will collapse and cannot be passed on again. Please help me do it.

PostPosted: Mon Jun 04, 2007 8:12 pm
by d-soldier
Add a "COLLISSION FINISH" event to the tile, which after the collision with the PLAYER is finnished (he steps off) it:Moves-to (a lower Y coordinate); follows a path (goin down); etc. For this to work, the "tile" needs to be a seperate actor then the level-tiles you may or may not be using, so it can have these events.