How Do I: Disable controls of Player while moving
So I want to make a game where the player controls a block that moves in straight lines across the level. I want to make it so that the player can only move the block in a direction when it stands still (Hitting a wall would make you stand still). Does anyone know how I can disable the controls while the block is moving so the player can't just move around freely?
-
Make a zone in which the player should be not movable. Disable the controller sensorwhen in the zone. Make a new controller which is set to be "remote controlable" and set it active when in the zone.
-
You could wire the object velocity to a calculater, when it equals zero then provide power to the Controller chip
Please sign in to leave a comment.