46
Ask a Question / Re: Show only one frame of animation at a time?
« on: February 25, 2015, 11:22:08 pm »
Animation always runs through all frames (when set to looping, it will start again from beginning).
You need to split your (animation?) into different appearances. Name them like 'frame1' and 'frame2' or similar...
Then when you want to change the appearance you use the command Actor -> Draw -> 'Switch animation to [name, ie frame2] for actor'
The text-mapping into animation name 'as animation [text]' should be used.
You need to split your (animation?) into different appearances. Name them like 'frame1' and 'frame2' or similar...
Then when you want to change the appearance you use the command Actor -> Draw -> 'Switch animation to [name, ie frame2] for actor'
The text-mapping into animation name 'as animation [text]' should be used.