I have the following code which ultimately loads a SWF into movieclip \'myloader\' using a movie clip loader, code as follows:
Need auto scroll when new message开发者_开发技巧 arrives.In ActionScript 3, the TextField object has two properties scrollH and scrollV which control horizontal and vertical scroll respectively.
I have a project i need to update form AS2 to AS3 as i need some of the new functions available for vertical centering of text.
How can I load the same image in to multiple mc\'s without have to load for 开发者_开发问答each one.Check duplicateMovieClip() and attachMovie()
Currently I\'m working on a platform type game. I have a for loop in place to check weather or not the players feet are touching the ground. I had this;
I have a mainMovie clip that consist of different movie clips. Inside of my mainMovi I have another movie clip that is called \"Menus\" this where all my navigation is but the 开发者_运维知识库frame l
I have a stage with a movie clip with the instance name of \"mc\". Currently I have a code that is suppose to move the player left and right, and when the left or right key is released, the \"mc\" sli
I want to put shortest int in shortest: shortest = 500; for(i = 1; i <= _global.var_process_count; i++)开发者_运维问答
Am using this AS 2.0 Code on a button in flash CS3 : on(press, release) { getURL(\"http://somethinghere...\",\"_top\");
this.createEmptyMovieClip(\'mask_mc\',0); bg_mc.setMask(mask_mc); var contor:Number=0; // function drawCircle draws a circle on mask_mc MovieClip of radius r and having center to mouse coordinates