  | |  | Urgent - plz help me | Urgent - plz help me
2004-08-06 - By kakayuki toriumi
Back Hey zeeshan,
U have to manipulate with the "selection ".
Use "for " like this:
for (var i=0; i <3; i++ ){...}
If you want to write a do-while Action Script:
var timlin = this.curDoc.getTimeline();//timeline obj.
var lay = timlin.layers[timlin.currentLayer];//actual layer obj
var fram = lay.frames[timlin.currentFrame];// actual frame obj
// actionscript writing:
var as=fram.actionScript;
as= "//--\n//This is an action script:\n\n ";
as+= "var abc=new Array();\n ";
fram.actionScript=as;
You wrote:
zncp > Dear
zncp > I want to solution of following problem which i face..
zncp > I created a MC named 'Movie1 ', then i copied it three times in design
zncp > time..
zncp > i want to call all or any of the four movie clip in a do while loop
zncp > what should i write.
zncp > plz help me..
zncp > __ ____ ____ ____ ____ ____ ____ ____ ____ ____
zncp > Extendflash mailing list
zncp > Extendflash@(protected)
zncp > http://flashguru.co.uk/mailman/listinfo/extendflash_flashguru.co.uk
zncp > Courtesy of FlashGuru LTD.
--
Zoli
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Extendflash mailing list
Extendflash@(protected)
http://flashguru.co.uk/mailman/listinfo/extendflash_flashguru.co.uk
Courtesy of FlashGuru LTD.
|
|
 |