So at the beginning when my SWF loads up it also loads up a sequence of animated clips like so: var loader:Loader = new Loader();
I want to know if it\'s possible, and if so how, to apply a property of a var to multiple vars at once. I\'m making a point-n-click game where i want to apply the buttonMode property to multiple varia
I\'m using Flash Professional cs5/AS3 I\'ll try and describe this the best I can. I\'m new to ActionScript.
I need to be able to click text in my movie and have it take me to a website. Right now the text开发者_开发技巧 is just a movie clip and it slides in from the right.
I have a number pad component in as2. This component has buttons for 0-9. All of them are separate movie clips with code attached that allows them to act as a button. Each state of the button (up,pres
I am makingdynamic drag and drop game. I have a class for the dragged items containing the drag drop code.
So, I\'m wondering if it\'s possible to stop all animation, do computations such as \"moving a bunch of enemies movieclips, moving some bullets, etc.\", then starting the animation again so that all o
I have a swf(Swf1)that dispatches a CustomEvent Swf1 : dispatchEvent( new CustomEvent(\"eventName\", obj)) //Custom event is written in Swf1 that allows to attach data on dispatch. // do tell if the
I know how to add a movie clip to the stage from the library but i\'m strugling to do it when the I need to 开发者_运维知识库load a movie clip from the library when the name of the movie clip is held
please help me, I\'m completely lost in AS3.0 with MovieClip widths. Basically, I am coding a menu, which instead of having a scroll bar if there are too many items for the screen, uses a magnificati