Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: LOOP that won;t work |
From: | yan |
Date: | Mon, 23 Aug 1999 15:09:08 +0100 |
I think you need to put the counter incrementer inside the loop.
As it is at the moment the counter is always 1
Try this:
set variable "counter" = 1
if (counter < 5)
go to and play (1)
set variable "counter" = counter + 1
end if
Ta ta
Yan
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
Replies
RE: FLASH: LOOP that won;t work, Moseley, Bryan
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]