Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: can't see wood for the trees
From: carl captieux
Date: Thu, 2 Nov 2000 19:32:41 GMT

Hi All,
I have a number of mc's I want to tell to go and play frame "fade"

The loop goes through the array with mc equalling the items from array.

subMenArray = new
array("experience","products","trends","services","community","index");

function moveSubMens (){
for(i=0; i< subMenArray.length; i++){
mc = String(subMenArray[i]);
_root.mc.gotoAndPlay("fade");
}
}


However, the problem seems to be the line: _root.mc.gotoAndPlay("fade");
What seems to be wrong with this?


telltarget("_root"+mc){
gotoAndPlay("fade")
}
Tell Target works, but I would like to use the new syntax.

Thanks,

Carl


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: can't see wood for the trees, Helen Triolo

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]