Flasher Archive

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


Subject: Re: FLASH: Targeting using loop
From: V�ctor Vill�n
Date: Tue, 25 Jul 2000 18:57:59 +0100

It's not that the cause... If u write "/:damncounter:desplazamiento" u are
accessing a variable called "desplazamiento" within another variable called
"damncounter", and that's not possible (nested variables within variables...
sounds strange,eh??)

As I told u on the other mail (don't know why doesn't arrive...) u must
write ":desplazamiento" as a string and concatenate it with the previous
declarations. It should look that way:

Set Variable "letter"&damncounter&":desplazamiento" = .....

Supossing u have "damncounter" declared within the MC (anyway doesn't matter
if u want the first value of "damncounter" to be "0", if u haven't it
declared Flash assigns a value
of "0" by default...)

Hope this solves the problem ;)

Bye

----- Original Message -----
From: "Jose/DoubleYou" <joseatdoubleyou [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Tuesday, July 25, 2000 6:57 PM
Subject: Re: FLASH: Targeting using loop


Ummmmmm,

I get a syntax error in the following line:

Set Variable: "/letter"&/:damncounter:desplazamiento = /:direccion

It seems I can't use a "/" if I have a string as part of the variable.
Anyone else has got the same problem?

At 12:20 25/07/00 -0400, you wrote:
>Looks like it should work, as long as the action is done on the main
>timeline and you're talking to mc's letter1-letter6 that exist on the
>main timeline (I assume you've checked to make sure the instances are
>right and that they exist in the frame where this action is done). If
>not executed on the main timeline, try:
>
> Loop While (/:damncounter<6)
> Set Variable: "/letter"&/:damncounter:desplazamiento =
>/:direccion
> Set Variable: "/:damncounter" = /:damncounter+1
> End Loop
>
>(or adjust the path for letter to something else if it's nested, and/or
>the path for the variables if they're in a mc).
>
>---------------------------------------------------
>Helen Triolo � http://i-Technica.com � 301-424-6037
>Flash Q&A archive � http://i-technica.com/flashlist

-----------------------------
Jose M. Rubio
DoubleYou
joseatdoubleyou [dot] com
http://www.doubleyou.com
Tel. +34 93 292 3110
Fax. +34 93 292 2197
ICQ Number: 68390036


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com




flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- 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: Targeting using loop, Jose/DoubleYou

Replies
  FLASH: Targeting using loop, Jose/DoubleYou
  Re: FLASH: Targeting using loop, Jose/DoubleYou

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