Flasher Archive

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


Subject: RE: FLASH: action: should be easy but...
From: Branden J. Hall
Date: Sun, 28 Nov 1999 02:21:24 GMT

I think you misunderstand the loop action.. this script will work:
if (repeat eq "")
set variable "repeat"=1
else
set variable "repeat"=repeat+1
end if
if (repeat>3)
stop
tell target ("/")
play
end tell target
end if

-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software

-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Willem
van den Goorbergh
Sent: Saturday, November 27, 1999 8:51 PM
To: flasheratchinwag [dot] com
Subject: FLASH: action: should be easy but...


Hello list,
What is wrong with the following action:

Set Variable: "repeat" = 1
Loop While (repeat <= 3)
Set Variable: "repeat" = repeat + 1
End Loop
Begin Tell Target ("../")
Go to Next Frame
Play
End Tell Target

The action is in the first frame of a movieclip that sits in the
second frame of the main timeline.
In the first frame of the main timeline there is a button that tells
the main timeline to go to the second frame (where the movieclip
sits) and stop
The movieclip *should* repeat 3 times and then trigger playing the
main timeline from frame 3.
The main timeline is played immediately though, without the clip
being played.
(The clip plays nicely without any actions)
Willem

Geografiek is a Dutch, Utrecht-based map and chart design company.
Willem van den Goorbergh can be contacted by telephone:
(+31)30-2719512
or by telefax: (+31)302719687
Visit our 'flashed' website at: http://www.geografiek.nl




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




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: action: should be easy but..., Willem van den Goorbergh

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