movieclip
Printing Movieclip in AS3 (Flash CS3)
I know there\'ssimilar question on this forum but I\'ve tried the ideas posted and they didn\'t work.[详细]
2023-03-09 15:37 分类:问答Adobe Flash CS3 make MovieClip hidden
I have a MyGame.fla with some animation \"MyAnim\"(MovieClip). I want this animation to be hidden and stopped initially. I plan to start and show it when some button is clicked.[详细]
2023-03-09 06:18 分类:问答Flash AS3 MovieClip Code Not Running
I\'ve done this a million times already, yet for some reason it refuses to work now. I\'ve made a MovieClip of an electric wire with 3 different keyframes with a few frames between each. The first 2[详细]
2023-03-08 05:34 分类:问答Dispatching event doesn't fire :(
package com.fladev.background { //import all classes import caurina.transitions.Tweener; import flash.display.Loader;[详细]
2023-03-07 04:03 分类:问答Flash AS3 - StartDrag() within StartDrag() on Child MovieClip
hey everyone, my code is listed below. as you can see, I have a container MC which I have added to the stage. I set its drag constraints using a Rectangle(). I then add the \'cat\' child movieclip to[详细]
2023-03-06 23:24 分类:问答Variable of type asterisk
var test:*; test = sMC // Some movieClip exported for ActionScript var f = new test; Sorry if the question\'s a bit lame, but I begin to wonder, wh开发者_如何学编程at does this asterisk, and the sni[详细]
2023-03-06 16:02 分类:问答FLASH AS2 how to make a movieclip visible for 1 second
I have a quiz and when the correct answer is clicked i want to show a correct answer mc so when the answer is clicked a \"correct\" or an \"x\" will flash up for 1 second.[详细]
2023-03-06 08:35 分类:问答How to remove/reload movieclip/graphic in Flash CS5 with AS3
I have a setupBoard(); and a setupBlocks(); in my function: function init(e) { setupBoard(); removeEventListener(Event.ENTER_FRAME , init);[详细]
2023-03-05 14:08 分类:问答Re-stacking MovieClips in an Array
I was trying to make a similar thing with the game SameGame (ie. the block above the removed blocks fall downward). Before trying this with an Array that contains MovieClips, this code worked (tried i[详细]
2023-03-05 08:47 分类:问答how to transform movieclip shape?
hey there. I was wondering if there any way to change movieclip shape, when it开发者_如何学Go on stage by as2. thx for helpingYou could use a shape tween - but in terms of using ActionScript to change[详细]
2023-03-02 23:38 分类:问答