Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: LOOP that won;t work |
From: | John Dowdell |
Date: | Fri, 20 Aug 1999 22:36:02 +0100 |
At 1:08 PM 8/20/99, uakinciadpims [dot] com wrote:
> Set Variable: "Index" = 1
> Loop While (Index<5)
> Set Variable: "Index" = Index+1
> End Loop
>
> Isn't the movie, after reaching the end frame (10) supposed to
> loop back to Frame 1, and build up the Index towards the value
> of "5" and then stop once it becomes 5?
That will just loop five times within the same frame... it won't do
anything to your navigation. If you'd like to see one sequence of frames
five times, then try:
set variable "counter" = counter + 1
if (counter < 5)
go to and play (1)
end if
Is this closer to what you were looking for...?
jd
John Dowdell, Macromedia Tech Support, San Francisco CA US
Search technotes: http://www.macromedia.com/support/search/
Offlist email risks capture by the spam filters. I may not see your
email if it's not on the list. Private one-on-one email options are
available via Priority Access: http://www.macromedia.com/support/
------------------------------------------------------------------------
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
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]