flash-cs5
Own drag function in AS3
I need to develop my own drag function in AS3 (instead of using startDrag) because I\'m resizing a MovieClip.[详细]
2023-04-07 16:37 分类:问答Actionscript broken?
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[详细]
2023-04-07 14:36 分类:问答Would This Be A Simple iPhone App to Create?
I created and launched an Android app a couple months ago (with lots of help from this site, thanks!).[详细]
2023-04-07 06:56 分类:问答Simulate click event in AS3
Is there any way to simulate a click event in AS3? I\'m trying this: element.dispatchEvent(new MouseEvent(MouseEvent.MOUSE_DOWN, true, false));[详细]
2023-04-07 03:37 分类:问答Flash 5.5 video player error: undefined property PLAYHEAD_UPDATE
I\'m getting this error: Access of possibly undefined property PLAYHEAD_UPDATE through a reference wi开发者_如何学Pythonth static type Class[详细]
2023-04-07 01:29 分类:问答Tween does NOT repeat indefinitely
I am trying to animate a hexagon spinning like a wheel indefinitely: 开发者_如何学Cfunction rotateCW(e:TweenEvent = null):void{[详细]
2023-04-06 18:30 分类:问答Making Subclass Objects Non-Null
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[详细]
2023-04-06 12:25 分类:问答Convert Object into XML element (and viceversa) in AS3
Is there any way to convert an object into an XML element in AS3? I found this tutorial to serialize them:[详细]
2023-04-06 12:19 分类:问答check if a movieclip exists on a specific location relative to event.currentTarget
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[详细]
2023-04-06 11:55 分类:问答Difference between TLFTextField/TextArea/TextField in AS3
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.[详细]
2023-04-06 06:43 分类:问答