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: Branden Hall
Date: Fri, 10 Mar 2000 23:26:59 GMT

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


Replies
  Re: FLASH: Chopped liver . . . yeah that, Jonathan Kemp

Replies
  FLASH: Chopped liver . . . yeah that's m, JGL

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