[Flashcoders] Double click event

2005-12-07 Thread Flash guru
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


RE: [Flashcoders] Double click event

2005-12-07 Thread Sumeet Kumar
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


[Flashcoders] double click event

2005-12-06 Thread Flash guru
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.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders