set different animation for different direction
Posted: Sat Jan 20, 2007 6:00 pm
i need to set an attack facing left or right by which way your already looking
Game Editor discussion board
http://game-editor.com/forum/
if(xvelocity < 0)ChangeAnimation("Event Actor", Left);
if(xvelocity > 0)ChangeAnimation("Event Actor",Right);