Making a Platform game. I want the character to show a running animation when i click either left or right on the keyboard, and stand still when nothing is pressed. This Action is placed in the timeline.
Whats wrong with it? All of the locations should be right....
stop();
var speed: Number =...
I've searched and searched and all i can come up with are tutorials that have a simple static character. I need one where the character has an animation when its moving, not just a sliding image. Most of the tutorials are just circles that move left and right when you hit the key but i want my...