Reputation: 311
How can I turn Fire animation from Timeline
to ActionScript 3 Code
?
If I use fire animation on timeline for my game, characters position and level details would reset.
Do you have any advice about how can I handle this issue?
My experience on flash is too low, sorry for this kind of question
Thanks
Upvotes: 2
Views: 92
Reputation: 170
Make a Fire movieclip that contains all the fire timepline animation. Then simply call it's play() function to play it.
Upvotes: 1