Flasher Archive

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


Subject: Re: FLASH: Re: flasher-digest V1 #3671
From: Helen Triolo
Date: Thu, 24 Aug 2000 13:13:09 +0100

Tobie Kerridge wrote:
>
> I'm trying to set up a loop in an MC using a variable loaded in the main
> timeline. Here's the script:
>
> Set Variable: "x" = "1"
Make it Set Variable: "x" = 1 (numeric)

> Loop While (x <= eval("/:reps"))

You don't need eval (but it shouldn't hurt either), since /:reps is a
perfectly valid variable name all by itself:

Loop While (x <= /:reps)
> ***script stuff left out for brevity**
> Set Variable: "x" = x+1
> End Loop
>

Helen
---------------------------------------------------
Flash Q&A archive: http://i-technica.com/flashlist

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Re: flasher-digest V1 #3671, Tobie Kerridge

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