movieclip
Problem with this and root in Actionscript 2.0
To start with, I\'m not new to actionscript (AS2.0) neither am I an experienced programmer in this language and I barely use any of it\'s object oriented features (frankly, I\'ve never even written a[详细]
2023-02-19 01:13 分类:问答As3 gotoAndStop multiple calls in one enter frame
I am trying to make sprite sheets for rotation of DisplayObjects, and it seems that the gotoAndStop() calls are not working.[详细]
2023-02-18 11:17 分类:问答Flash AS3 Access Global Variables From A MovieClip
I have a movie clip of an explosion which is done in code because I am randomizing the direction and amount of debris from the explosion, so it\'s a movie clip with one frame, and all animation is don[详细]
2023-02-17 20:45 分类:问答button and movie clip actionscript 2.0 for flash
I\'m extremely new to flash, having just started using it this semester for a class. I\'m putting together a fairly simple \"portfolio slideshow\" (it\'s a mock up for a website) for an assignment, bu[详细]
2023-02-17 03:10 分类:问答Is there an event for when a MovieClip changes position?
I\'d like to be notified when a MovieClip changes position, regardless of whether the position was changed by m开发者_运维技巧y code, or by the built-in drag operations.[详细]
2023-02-16 18:10 分类:问答Play movieClip before initialize
So I have a custom preloader with 200 frames and the corresponding in Flex: gotoAndStop(Math.ceil(e.bytesLoaded/e.bytesTota开发者_开发问答l*100));[详细]
2023-02-15 07:12 分类:问答Simple flip with flash doesn't work
I am trying to create a simple animation, juste a picture that need to move from left to write while rotating around the vertical axis.[详细]
2023-02-13 10:03 分类:问答How to I add button-like behavior to a video player button component?
Background I\'m trying to create a simple \"universal\" media player which presents the same user interface (or as similar as possible) for video and audio playback. Unfortunately, FLVPlayback seems[详细]
2023-02-13 04:59 分类:问答flash as3 movieClip loader doesn't load in numerical sequence
I am loading an array of movie clips and adding them to the stage with flash as3, but the problem is that the movie clips are added to the stage as soon as they finish loading, and not in order of the[详细]
2023-02-13 04:08 分类:问答Hide all children of CS5 object in AS3 code
I have MovieClip, created开发者_如何学编程 with CS5. Is there a way to hide (set visible = false) all it\'s children (objects which lie on movie clip) within AS3 code?for (var i:int = clip.numChildren[详细]
2023-02-10 16:00 分类:问答