About 50 results
Open links in new tab
  1. actionscript 3 - AS3 Object To JSON - Stack Overflow

    Oct 16, 2012 · Probably the easiest way to convert from an AS3 object to a JSON string is to use the JSON class from as3corelib. Example usage:

  2. 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 ...)?

  3. flash - AS3 numerical array sorting? - Stack Overflow

    AS3 numerical array sorting? Asked 14 years, 7 months ago Modified 6 years, 11 months ago Viewed 17k times

  4. 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, 2 months ago Modified 12 years ago Viewed 41k times

  5. AS3: Checking if a variable is of the Object type

    Oct 16, 2014 · AS3: Checking if a variable is of the Object type Asked 16 years, 2 months ago Modified 11 years, 3 months ago Viewed 35k times

  6. How to play sound from library in AS3? - Stack Overflow

    Aug 31, 2015 · In Flash 10/AS3, I added some sound and it seems to be working alright, but I think I'm doing it wrong. I imported the sound into the library, but I believe that it's reloading it from the folder …

  7. AS3: how to generate a random number between 10 and 20

    Jul 26, 2014 · AS3: how to generate a random number between 10 and 20 Asked 11 years, 6 months ago Modified 11 years, 6 months ago Viewed 18k times

  8. How can you stop a sound from playing in as3? - Stack Overflow

    Jan 7, 2019 · How can you stop a sound from playing in as3? Asked 14 years, 4 months ago Modified 7 years, 1 month ago Viewed 34k times

  9. actionscript 3 - AS3: cast or "as"? - Stack Overflow

    Jan 11, 2013 · Is there any difference of use, efficiency or background technique between var mc:MovieClip = MovieClip(getChildByName("mc")); and var mc:MovieClip = getChildByName("mc") …

  10. AS3 How to call an existing function? - Stack Overflow

    Aug 30, 2016 · Im trying to call a function(s) from different places. Dont have any luck so far. This is the basic function. When i press a button it do something: button.addEventListener(MouseEvent.CLICK, …