1
Extension Ideas / Re: GUI Extension for OpenFL (Obsolete after 3.1)
« on: September 09, 2014, 01:21:32 am »
Never mind I got it. Thanks for the behaviour btw. It's so easy to use
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Hey monica89, is this what you want?:
http://community.stencyl.com/index.php/topic,34490.msg195495.html#msg195495
Even if you disable the looping, each frame has a fixed duration (in miliseconds) before automatically switching to the next frame. To avoid automatic and unwanted switching, you can set a large amount of time in each frame. To do it, you must select each frame (or all frames at once), then click on "Edit frame" (the button with the icon of a yellow pencil), and type a high number of miliseconds. (eg. 99999999)
I'd be interested to know if you find the article helpful...
www.thestencylblog.com/blog/refactoring-code-and-avoiding-errors-in-stencyl
Actually, I like to switch animations but you can also have a single Actor with two frames and disable looping.
Then use [switch fo frame X for <Actor>] and replace X with 0 for the first frame or 1 for the second frame.