Flasher Archive

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


Subject: FLASH: flash clock counter
From: Sherryl Drury
Date: Fri, 29 Oct 1999 09:50:14 +0100

Hi all,

I have a question about a "counter" variable. I have a movie clip that I
want to loop for 4 minutes and pause for 1 minute then repeat.

Frame 1 contains a MC and a script
FS Command ("fullscreen", "true")
FS Command ("showmenu", "false")
FS Command ("allowscale", "false")
Set Variable: "counter" = 0
If (counter <2800)
Set Variable: "counter" = counter+1
Go to and Stop (1)
Else
Set Variable: "counter" = 0
Go to and Stop ("blank")
End If

Frame 7 has a still image and and script

If (counter < 720)
Set Variable: "counter" = counter+1
Go to and Stop ("blank")
Else
Set Variable: "counter" = 0
Go to and Stop (1)
End If

It starts and plays then loops forever... does anyone know what I have
set wrong in my variables?

perplexed
sherryl;
ps. I have attached the .FLA file as well.

--
-----------------------------------------
"This is the wired age. Meet your electricians."

Sherryl Drury
New Media Designer

Animatics Interactive Inc.
(t) 613.241.7200
(f) 613.241.7157
(e) sherrylatanimaticsinteractive [dot] com
(w) http://animaticsinteractive.com
(1CQ# 13537129)



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


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