How to make an actor running or walking automatically?

sevi17sevi17 Member Posts: 49
edited November -1 in Working with GS (Mac)
How to make an actor running or walking automatically?

thanks for answers

Comments

  • GLGAMESGLGAMES SingaporeMember Posts: 988
    do you mean when game starts actor will move on it's own?
    Then simply have a global boolean attribute gamestart(true/false)
    So when gamestart=true move actor + animate (your walking or running sprites). So you just need to have some event to triggle the gamestart to true or false.
Sign In or Register to comment.