Hello all,
My last post was trying to convert an AS1 tile based RPG into an AS3 project. I just happened to stumble upon an AS3 tutorial from the same person who wrote the AS1 project I was following. It has been great help although I am having some issues with the animation of the hero once I start using my own tileset. Attached is a copy of the most recent swf file (in a zip file) to demonstrate the issues that I am having.
At the moment to create the animation of the hero walking (which is not seen in the swf), the program cycles through an image on the hero tileset for a selected amount of time, then changes it to the next image in the progression.
However, in the AS1 project an animated movieclip was used with three frames for each direction to be animated.
I am trying to figure out if this would be the better way to go, just have an animated MC instead of hard coding the animation into the game.
Thanks,
Ty