I need to develop my own drag function in AS3 (instead of using startDrag) because I\'m resizing a MovieClip.
My Flash is a little strange, I doesn\'t recognize the UILoader I\'m importing, actually when I type import fl.c it doesn\'t suggest the container library, was this deleted in AS3 or is flash just bro
I created and launched an Android app a couple months ago (with lots of help from this site, thanks!).
Is there any way to simulate a click event in AS3? I\'m trying this: element.dispatchEvent(new MouseEvent(MouseEvent.MOUSE_DOWN, true, false));
I\'m getting this error: Access of possibly undefined property PLAYHEAD_UPDATE through a reference wi开发者_如何学Pythonth static type Class
I am trying to animate a hexagon spinning like a wheel indefinitely: 开发者_如何学Cfunction rotateCW(e:TweenEvent = null):void{
I\'m currently having some trouble with referencing objects that turn out null on export. Basically I want the Document Class to run the code of another class that is the class of a MovieClip without
Is there any way to convert an object into an XML element in AS3? I found this tutorial to serialize them:
How can I check if the stage contains a movieclip on a specific x and y location on the stage? I\'m building a colour-guessing game. The purpose is to walk a path through a generated field of hexagon
Can someone explain me what is the difference between these three types of Text class in AS3开发者_如何转开发? I\'m using them right now and I don\'t know which is better to my purposes.