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: Jonathan Kemp
Date: Tue, 14 Mar 2000 15:44:38 GMT

I created a demo that advances frames automatically based on a set time. You
can check it out at

http://www.usasites.com/jkemp/timer.html

It has a total of five frames and will skip to the next frame after ten
seconds. It automatically refreshes after 60 seconds. It also has a button
to skip frames.

----- Original Message -----
From: "Branden Hall" <bhallatfigleaf [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Friday, March 10, 2000 5:45 PM
Subject: RE: FLASH: Chopped liver . . . yeah that's me . . . [WAS]Timer To
Play If Next Button Not Pressed


> No, you can do it...
> In the first frame after the preloader is done (where the next button
> resides) put this code in:
> stop
> set variable: "startTime" = getTimer
>
> Then create an MC called countDown in this put two frames, where the 2nd
> frame is the exact same as the first. The code in the frames is as
follows:
>
> if ((getTimer-/:startTimer) > 30000)
> Begin Tell Target ("/")
> Play
> End Tell Target
> end if
>
> Then just place an instance of countDown in the frame that has the next
> button in it.. wa la.
>
> -= Branden J. Hall
> -= Multimedia Developer/Instructor
> -= Fig Leaf Software - "We've got you covered!"
>
>
> -----Original Message-----
> From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of JGL
> Sent: Friday, March 10, 2000 8:21 PM
> To: flasheratchinwag [dot] com
> Subject: FLASH: Chopped liver . . . yeah that's me . . . [WAS]Timer To
> Play If Next Button Not Pressed
>
>
> 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?
>
>
>
>
> 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
>
>
> 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
>
>
>


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: Chopped liver . . . yeah that, Branden Hall

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