Re: [Flashcoders] Re: simulating mouse clicks

2006-10-24 Thread Vishal Kapur
12:16 PM To: Flashcoders mailing list Subject: [Flashcoders] Re: simulating mouse clicks I'll ask the question a different way: what are all the ways that a mouse click event can be handled in a flash movie? (other than defining an onPress/onRelease callback) -- Vishal On 10/17/06, Vishal Kapur

RE: [Flashcoders] Re: simulating mouse clicks

2006-10-20 Thread Kevin Aebig
Of Vishal Kapur Sent: Thursday, October 19, 2006 12:16 PM To: Flashcoders mailing list Subject: [Flashcoders] Re: simulating mouse clicks I'll ask the question a different way: what are all the ways that a mouse click event can be handled in a flash movie? (other than defining an onPress/onRelease

[Flashcoders] Re: simulating mouse clicks

2006-10-19 Thread Vishal Kapur
I'll ask the question a different way: what are all the ways that a mouse click event can be handled in a flash movie? (other than defining an onPress/onRelease callback) -- Vishal On 10/17/06, Vishal Kapur [EMAIL PROTECTED] wrote: I'm trying to solve the problem of generically simulating

Re: [Flashcoders] Re: simulating mouse clicks

2006-10-19 Thread Yehia Shouman
Hi, what you wanna do is to send Windows messages, this is not supported in flash, and I know nothing of a workaround. Sorry Yehia On 10/19/06, Vishal Kapur [EMAIL PROTECTED] wrote: I'll ask the question a different way: what are all the ways that a mouse click event can be handled in a flash

Re: [Flashcoders] Re: simulating mouse clicks

2006-10-19 Thread nelson ramirez
Other than onPress/Release you can try onMouseDown / HitTest combination. It's not quite clear what you're trying to do though. or maybe i'm reading it in dumb mode right now. On 10/19/06, Yehia Shouman [EMAIL PROTECTED] wrote: Hi, what you wanna do is to send Windows messages, this is not