I 开发者_Go百科am creating an Actionscript 3 application in Flash CS4. I created a movie clip called dropDown with it exporting for Actionscript as dropDown. Inside this movie clip i dropped a numeric
Normally, to center an instance on the stage to another vertically horizontally, you can use simple lo开发者_运维问答gic and by referencing width, height, x and y co-ordinates of the symbols involved.
I\'ve added a movie clip dynamically using the following code: var apie=new cPie() apie.x=100 apie.y=100
I want to use 开发者_StackOverflow社区numbers I\'ve drawn myself to represent a number, but don\'t know how to implement this. How would I display the equivalent of an integer with these numbers? If i
I\'m making a text editor using Flash professional CS4 and actionscript 3.0 It\'s nearly finished, I only need to add a fun开发者_运维技巧ction that highlights some \"tags\" like \"[NAME]\" and \"[AG
I\'m new to actionscript flash 3.0. Anyways, i have written code for one whole game level including the character. Is it now possible to create a class, and when i press 开发者_如何学Cfor e.g. \'Level
I compiled a simple AS3 project 开发者_开发百科using Flex 3.5 (also tried Flex 4.1) to create a small swf which draws a simple red square on screen. Nothing too complex that requires special flashplay
I\'ve searched everywhere and never found what I was looking for, simple as it is. I just want to flip an instance verti开发者_运维技巧cally and horizontally in ActionScript. I\'ve tried multiplying t
I use FlashDevelop as my code editor and the Flash CS4 IDE for publishing my AIR files (as well as asset control, animation creation etc...). The bonus of this is the Flash IDE handles all the crap of
I am building a flash panel that reads metadata from a .fla when it is active in the Flash IDE. This pane开发者_如何学Gol is also storing metadata in the .fla and that is no problem. What is problemat