Flasher Archive

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


Subject: Re: FLASH: Double clicking
From: Robbert - Jan
Date: Fri, 31 Mar 2000 18:30:48 +0100

** first do have an action placed somewhere before the button can be clicked that sets the variable "click" to zero (0)

** place this on the button action

On (Release)
Set Variable: "click" = click + 1 (watch the quotes)
End On

** Also create a movieclip of two frames, where the first frame contains a frame action which should do the following:

If ("click" = 2)
do your action
Else
do something different
End If

Now place the movieclip somewhere outside of the stage, so you can't see it when you export your movie (why should you see it:)
and that's it

=======================
Robbert - Jan van Velzen
Multimedia Developer
Alphenaar Multimedia Studio

http://www.alphenaar.nl
=======================



----- Original Message -----
Subject: FLASH: Double clicking


> I sure this was posted on this list before, I want to have an alert appear
> if the user clicks more than once.
>
> Can any one help?
>
>
> Thanks
> Cath


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


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