Flasher Archive

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


Subject: Re: FLASH: 10 Tell Targets on one mouseclick
From: Antoine Valot
Date: Fri, 28 Jan 2000 17:15:57 GMT

Your code is flawed anyway:

> On (Release)
> Set Variable: "i" = 10
> Set Variable: "c" = 0
> Loop While (i>0)
> Begin Tell Target ("/namen_(c+1)")
> Go to and Stop ("_level0/:australien_(c+1)")
> End Tell Target
> Set Variable: "i" = 10-1

This sets i to ALWAYS be 9. It never becomes 8, or 7, or 0 for that
matter.

Replace with: Set Variable: "i" = i-1

> End Loop

WAIT! "c" never gets incremented. It was 0, it still is 0.

Replace with: Set Variable: c = c+1
End Loop

> End On
>

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 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
  FLASH: 10 Tell Targets on one mouseclick, Tewes

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