movieclip
AS3 MovieClip not playing consistently
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();[详细]
2023-02-08 04:15 分类:问答Actionscript 3: apply property to all vars or MovieClips
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[详细]
2023-02-05 15:20 分类:问答How to reference var from frame on timeline in an object class
I\'m using Flash Professional cs5/AS3 I\'ll try and describe this the best I can. I\'m new to ActionScript.[详细]
2023-02-05 12:45 分类:问答Flash:AS3, link a URL to a movie clip?
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.[详细]
2023-02-04 01:30 分类:问答Problem attaching class to movie clip in actionscript at depth 30
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[详细]
2023-02-02 03:57 分类:问答How to target movie clip on the stage from doc class AS3?
I am makingdynamic drag and drop game. I have a class for the dragged items containing the drag drop code.[详细]
2023-01-31 08:38 分类:问答Directly manage movieclip drawing. AS3
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[详细]
2023-01-29 22:36 分类:问答How to pass data via event from swf1 to swf2 where former is loaded in later
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[详细]
2023-01-28 02:50 分类:问答AS3 add movie clip to stage using variable which holds the MC name
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[详细]
2023-01-27 14:30 分类:问答Flash: ActionScript 3.0 MovieClip Widths
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[详细]
2023-01-27 11:02 分类:问答