Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Double Click Problems |
From: | Barranger Ridler |
Date: | Sun, 2 Apr 2000 00:36:39 +0100 |
Hello there,
I am having some serious troubles with creating a double click event. What
I have is a Button item inside of a Movie Clip item and when you double
click on the Button I want the Movie Clip to go to and stop at frame 2.
Here is the code for the first frame in the movie clip:
Set Variable: "OldTime" = 0
Then the code for the instance of the button is:
On (Release)
If ((GetTimer - "OldTime") < 500)
Go to and Stop (2)
Else
Set Variable: "OldTime" = GetTimer
End If
End On
But for some reason it does absolutely nothing
Any help would be greatly appreciated,
Barranger
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 helpchinwag [dot] com
Replies
Re: FLASH: Double Click Problems, Helen Triolo
Re: FLASH: Double Click Problems, Cheri Harder
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]