Flasher Archive

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


Subject: RE: FLASH: Looping
From: Dorian Nisinson
Date: Tue, 9 May 2000 00:40:58 +0100


Russ,
At the end of the section of repeating movie clip put a frame action that
sets a variable to hold the number of repeats. in the next frame ( that
contains the continuation after the loops set the frame Label at something
like "playOn"

Set Variable "repeat"= repeat + 1

Add an If statement to check if the number of repeats is enough

If repeat >= 4 (if 4 is the number of times you want the movie clip to
loop)
go to Label:playOn and play
End if

Go to frame 1 and play (this keeps the loop going until the conditions in
the if statement are met.)

Dorian

-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Russell
E. Unger
Sent: Monday, May 08, 2000 5:05 PM
To: flasheratchinwag [dot] com
Subject: FLASH: Looping


Has anyone done this (and I'm sure you have):

Loop an MC (x) amount of times and then play onward?

My assumption is using ActionScripting, and I'm a wee bit light in that
area.

TIA,

Russ



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Looping, Russell E. Unger

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