var timeInterval_int = 700;
this.press_int = getTimer();
if ((this.press_int-this.lastPress_int)<timeInterval_int) {
        trace("Called the function")

}
this.lastPress_int = this.press_int;

Regards
Sumeet Kumar
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Flash
guru
Sent: Tuesday, December 06, 2005 2:32 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Double click event

hi all,

I was wondering if anyone knows of a double click event. I want to be
able
to double click on a movie clip to perform an action rather than a
single
click.

any help would be great, thanks.

-juegas
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to