Flasher Archive

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


Subject: Re: FLASH: Pause at end of MC animation?
From: louis-philippe michaud
Date: Fri, 8 Sep 2000 15:40:46 +0100

hi !

you have to do it on 3 frames...

frame 1: initialize your variable
Set Variable: "starttime" = GetTimer
Set Variable: "pausetime" = 2000 -- this equal 2 sec.

frame 2:
If (GetTimer - starttime > pausetime)
Go to and Play ("finish") --or what else you want
End If

frame 3:
Go to and Play (_currentframe -1)

this is a simple way to do it, if you want another way, just ask...

Phil

----- Original Message -----
From: "K Ciccone" <flashlistathotmail [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Friday, September 08, 2000 6:42 AM
Subject: FLASH: Pause at end of MC animation?


> Hi!
>
> Can someone please send me a script on how to put a "pause" action at the
> end of an animation? I know flashbible.com has something similar to what
> I'm asking (the Time Delay/Countdown script), but thats still not quite
what
> I'm looking for. It's proabably close, but I'm not comfortable enough with
> actionscripting to edit & tweak it myself.
>
> Basically, I just want the animation to pause for say 30 secs in one frame
> and then move on to the next frame without the user having to do anything.
>
> Thanks!
> Kat:)
>
>
> >From: Gabriel Mulzer <gmatvoxangelica [dot] net>
> >Reply-To: flasheratchinwag [dot] com
> >To: flasheratchinwag [dot] com
> >Subject: Re: FLASH: how to stop buttons canceling eachother
> >Date: Wed, 30 Aug 2000 18:47:14 +0200
> >
> >you could place one giant button on your workarea, instead of placing
> >one in your draggable mc
> >
> >
> >
> >>In my movie I have 2 buttons one set to follow the mouse and test for a
> >>mouse drag. The other is controlled be the mouse movement (when button
is
> >>down). When the two buttons are overlapping one cancels the other out.
> >> For example if I'm dragging the mouse the rollover for one button will
> >>not
> >>work till I release the mouse button. OR if my mouse is over the button
> >>with
> >>the rollover action I cannot click and drag because it does nothing.
> >>
> >> Is there a way to make both buttons work at the same time? if not how
> >>can I
> >>get round this?
> >>
> >>Thank you
> >
> >
> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >NudeGuru.com is proud to sponsor the Flasher list
> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > IT'S THE ART OF MONEY, HONEY!
> >Tips and Advice from some of the most popular Flash
> >artists + industry power-brokers on how to hold onto
> >your rights, negotiate contracts and get full value
> >for your work.http://www.nudeguru.com from Franke James
> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >To unsubscribe or change your list settings go to
> >http://www.chinwag.com/flasher or email helpatchinwag [dot] com
> >
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> NudeGuru.com is proud to sponsor the Flasher list
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> IT'S THE ART OF MONEY, HONEY!
> Tips and Advice from some of the most popular Flash
> artists + industry power-brokers on how to hold onto
> your rights, negotiate contracts and get full value
> for your work.http://www.nudeguru.com from Franke James
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Pause at end of MC animation?, louis-philippe michaud

Replies
  FLASH: Pause at end of MC animation?, K Ciccone

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