Flasher Archive

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


Subject: Re: FLASH: Going Loopy
From: Cheri Harder
Date: Sat, 9 Oct 1999 19:34:26 +0100

Hi, Quack. You're really close here....but

1) Your code as it stands will re-set index to 1 every time it comes back
to this code, so index will never reach 5

2) If it were a Loop while index <=5 instead of an "IF" statement, it
should work if you reverse the GoTo and Set V counter statements, as it is
likely going to frame 1 and not reading the second statement, so index is
not counting up...

Not totally positive of the accuracy of these answers but not much of a
response on the weekends, so you may be stuck with me. <grin>
(SOME people have a life!)

~~~~Cheri Harder~~~~~
Advantage Web Solutions
http://members.home.com/cherica
AdvantageWebSolutionsatHome [dot] com (mailto:AdvantageWebSolutionsatHome [dot] com)


> On my main timeline, I want the to repeat the first few frames 5 times,
and
> then go to frame 25 when it has.
>
> I tried Loop while.... had no luck.
> So i tried IF blagh....
>
>
> Set Variable: "index" = 1
> If (index <= 5)
> Go to and Play (1)
> Set Variable: "index" = index + 1
> Else
> Go to and Stop (25)
> End If
>
>
> [ I had this in the last frame of the section I wanted repeated. ]
>
> and came up with that.
> Still no luck.




flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Going Loopy, Quack the Duck

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