Flasher Archive

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


Subject: RE: FLASH: Varriable as Tell Target?
From: Phillip Kerman
Date: Fri, 8 Dec 2000 20:31:54 GMT

If you're in F5, just use:
n=1;
clipVar=_root["prefix_"+n];
//then, instead of "tell target":
clipVar._x=100;
clipVar.gotoAndStop(2);
//etc.

F4 you need to use "eval".

Phillip

> I figured out what the problem was. If you have the variable name set to
> 'expression' apparently it doesn't work right. When I set them
> to 'string'
> they worked fine. That's all fine and dandy but what if you want the
> variable name to be determined by an expression? Are you stuck then?
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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: Varriable as Tell Target?, Ezra Schwartz

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