I am stuck in as3 hit test problem. this is the code i wrote in as2. please help memigrate this in to as3
I want to display http://www.flash-mx.com/images/image1.jpg image as a thumbnail box in my flash SWF file. TO do so I have taken a Loader control in my flash movie and named it as my_thumb and then wr
I have this action script that pulls images from a xml file > myPhoto = new XML(); > myPhoto.ignoreWhite = true;
I\'ve created a small music player with a sliding volume control.I\'m having trouble with the volume.Though it does control volume properly, if I set the initial volum开发者_JS百科e to less than 100%,
I\'m making a quiz in Actionscript 2.0. The quiz has 8 questions. Each question has four answers and each answer gives different points. On every frame their is two questions to answer and then move o
I would like to tween a movieclip (with ease out) using purely action script 2.0.Does anyone know 开发者_如何学Pythonwhere to find any resources on this or could point me in the right direction?
I have the following function, but I can\'t seem to get the myVar variable into the inline function.What am I doing wrong here?What I would like to have happen is when I click on myMc, it should print
I have a site the runs in flash. IE7 will not reload the vars in flash, the vars set by flash in the swf. when the page is reloaded. The thing that bugs me out is refreshing the page actually refreshe
Say I have simple program that emulates a board game with a number of players who take turns rolling dice to move across a board.The players can be human or computer.
I currently have a few movieclips that I load into another movieclip container. I use the MovieClipLoader class to load them and make use of the onLoadProgress, onLoadStart, onLoadInit, onLoadComplete