
How to wait for 3 seconds in ActionScript 2 or 3? - Stack Overflow
Jul 21, 2015 · Is there any way to implement waiting for, say, 3 seconds in ActionScript, but to stay within same function? I have looked setInterval, setTimeOut and similar functions, but …
How to create exit button in Flash application - Stack Overflow
I want to add an exit button inside stage but I don't know how to do that with ActionScript 3. I remember that it was possible with fscommand in ActionScript 2 but it's not working in AS3. …
actionscript 3 - To pass a parameter to event listener in AS3 the ...
Nov 21, 2012 · To pass a parameter to event listener in AS3 the simple way... does it exist? Asked 13 years ago Modified 11 years, 10 months ago Viewed 41k times
actionscript 3 - Loading and using SWF files - Stack Overflow
Mar 25, 2012 · In AS3, I've used the Loader class to load and display the external file, my main problem is in communicating with the loaded content, call it's functions, or call root functions …
actionscript 3 - AS3: cast or "as"? - Stack Overflow
Jan 11, 2013 · (cast) and "as" are two completely different things. While 'as' simply tells the compiler to interpret an object as if it were of the given type (which only works on same or …
How to dispatch an event with added data - AS3 - Stack Overflow
May 4, 2016 · Can any one give me a simple example on how to dispatch an event in actionscript3 with an object attached to it, like dispatchEvent( new …
flash - Dictionary () as3 - Stack Overflow
Dictionary () as3 Asked 14 years, 1 month ago Modified 8 years, 11 months ago Viewed 7k times
actionscript 3 - AS3 - for (... in ...) vs for each (... in ...
The following code does the exact same thing. Is there a difference between for each and for (... in ...)?
flash - AS3 numerical array sorting? - Stack Overflow
AS3 numerical array sorting? Asked 14 years, 5 months ago Modified 6 years, 9 months ago Viewed 17k times
Actionscript 3: Can someone explain to me the concept of static ...
Mar 8, 2014 · I'm learning AS3, and am a bit confused as to what a static variable or method does, or how it differs from a method or variable without this keyword. This should be simple …