How do I set up create a move forward tab?

bij_sbij_s Member Posts: 23

I want my actor to take a step forward each time I press on another actor- an arrow. (the scene and background don't need to change). Here is what I've done but it seems like it doesn't let me take multiple steps forward:

  • created a attribute called right move
  • each time arrow actor is touched, the right move attribute is changed to true
  • when right move attribute is changed to true, actor moves forward for 0.3 seconds at speed of 50
  • after the move, I revert back the attribute to false

Am I doing something wrong?

Comments

Sign In or Register to comment.