Flasher Archive

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


Subject: Re: FLASH: Flash counter set variable (question)
From: John Croteau
Date: Fri, 29 Oct 1999 00:01:20 +0100

Hi Sherly,

> want to loop for 4 minutes and pause for 1 minute then repeat.
For a more accurate timer try thr Plug and Play timer -->
http://www.FlashBible.com/Members/ActionScript/PlugNPlay/Delay.htm

> It starts and plays then loops forever... does anyone know what I have
> set wrong in my variables?
Remove the line as shown below:

> Frame 1 contains a MC and a script
> FS Command ("fullscreen", "true")
> FS Command ("showmenu", "false")
> FS Command ("allowscale", "false")

Remove the following it is not needed and it is resetting the counter to
zero on every loop.
> 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


--
Coming Soon Flash 4 Web Animation F/X and Design
http://www.amazon.com/exec/obidos/ASIN/1576105555/flashcentral
----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




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: Flash counter set variable (quest, Sherryl Drury

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