moving one frame thing only
Posted: Wed Feb 28, 2007 3:27 pm
is there a way to have an animation move only one frame and then stop again?
Game Editor discussion board
http://game-editor.com/forum/
Anim = animpos;
ChangeAnimationDirection("Event Actor", FORWARD);
if(animpos > Anim)
{
ChangeAnimationDirection("Event Actor", STOPPED);
}
animpos ++;