Animating 3.5.6

dale_coop

Moderator
Staff member
I'd suggest to watch again the tutorial videos... specifically the "intermediate" ones. Joe shows how to set the animations for the player object and the monsters.
 

Jonny

Well-known member
Did you make sure you've set an animation speed?

Probably better to do the tutorial with the tutorial assets provided and get that to work first.
 

dale_coop

Moderator
Staff member
You might have missed sometimes...

Make sure to :
- draw your animation graphics in the pixel editor
- make your left/../right walking animations in the object editor
- add your Walk animation type in the object details AND set the Left/../Right walking animations correctly depending of the facing directions
- set your Walk animation type to the action step used when walking (the action step 1) AND set an animation speed for that step (2 or 3).
 

Ayrik

New member
Also don't forget to set up your input scripts you'll want StartMoving AND changeActionToMoving.
 

dale_coop

Moderator
Staff member
Basically, check again the "intermediate" tutorial videos and compare with what you've done so far ;)
 
Top Bottom