Flasher Archive

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


Subject: Re: FLASH: Chopped liver . . . yeah that's me . . . [WAS]Timer To Play If Next Button Not Pressed
From: 2Nerotik
Date: Sat, 11 Mar 2000 03:10:02 GMT

It's actually very easy.

In the first frame of you movie put
Set Variable: "Delay" = 30
Set Variable: "Elapsed" = 0
Set Variable: "Start" = GetTimer

Now have TWO frames with the button state the
1st frame has no action script only the button

the 2nd frame with the button, add this action script:

Set Variable: "Elapsed" = (GetTimer - Start)/1000
If (Elapsed < Delay)
Go to and Play ("Pause")
Else
Go to and Play ("Continue")
End If

Where pause is the LABEL of the 1st frame with the button
and Continue is the LABEL of the frame where the rest of
the movie starts.

This may not be exactly right... in other words you may need to switch
the labels around as I am doing this off the top of my head... mostly
and haven't tested the above exactly like it is, I'm done something
very similar tho and the above should work.

Just surprized no one has answered this yet tho... just were is John C.
anyway since that is his script for the GetTimer.

At 05:20 PM 10/03/2000 -0800, JGL wrote:
>Seems simple . . . guess it can't be done :(
>
>-----Original Message-----
>Sure could use some help . . . . isn't there a way?
>
>-----Original Message-----
>I have a next button that shows up after the the preloader is satisfied.
>What I would like to do is have the movie automatically resume (play) if the
>next button is 'not' clicked, say after 30 seconds. How?


.oOo.
|| She is not: A Bad Cook
|| She is: MICROWAVE COMPATIBLE
||
|| Addicted 2 Swing ---> http://www.nisa.net/~2nerotik/
|| Fontaholic ? ---> http://www.fontsanon.com
|| HTML Writers Guild ---> http://www.hwg.org

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: Help Me - I'm Melting . . [WA, JGL
  FLASH: Chopped liver . . . yeah that's m, JGL

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