Re: Animation Wont Complete
Hard to tell without example file. But my guess is that you have more then one condition True at same time. Something like :
+ Repeat while "Space bar is pressed"
+ Only one action when event loops
- Change animation sequence to "Stabbing"
and
+ (X)Repeat while Moved left
+ (X)Repeat while Moved Right
- Change animation sequence to "Stoped"
Both may be True so it will change animation sequence to "Stabbing" and then to "Stoped" so "Stabbing" animation will not play.
Re: Animation Wont Complete
well actually the only event i have made is "Repeat animation Stab while Spacebar is pressed"
any help from here? and how do i upload a file?