I want to create a class that is interactive and can hold an image. I want it to be lighter then the Sprite class, so I was thinking about extending the bitMap class. If I extend the BitMap class. put
I use the code below to create 3 movie clips. var A:Array = new Array(); for (var i:uint = 0; i < 3 ; i++) {
I have a set of dots displayed on the canvas (key bits of code pulled out): // 开发者_C百科Drop points based on x y coords
we are two people working on a Flash application. I work on some ActionScript 3 code, which I compile to a .swc file using the Flex SDK on Linux.
H开发者_JAVA百科ow can I call WebService using ActionScript 3. from my initial findings, I come to know it is AS3 dosen\'t support WebService and SOAP, it was in Flash MX/AS2 though.
can anyone please help me on this. attached is the fla which has a part of code i am working on for a project.
Can anyone tell me how to duplicate a MovieClip in A开发者_开发技巧ctionScript 3 in Flash CS4?If you mean you want to duplicate a movie clip in the Flash CS4 IDE, it is really trivial, simply right cl
Using SlideShowPro.Want to call a function when user exits from Slide Show Pro\'s Full Screen mode.How ca开发者_如何学Cn I do this?This could be useful?
I\'m using some fonts embedded in SWF in a program I\'m developing. I need to use some specific font style like \'37 Thin Condensed\' and \'26 Ultra Light Italic\' etc... how can I开发者_如何转开发 sp
I am trying to create a set of drag-and-drop, orderable lists with ActionScript. I know this is possible in Flex.