set different animation for different direction
![Post Post](styles/prosilver/imageset/icon_post_target.gif)
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);