Topic: "Click" event

Does touching the touchscreen over a button create a 'CLICK' event?
Or is it more efficient to decode the raw X/Y values and compare against the button location...

B

2 (edited by zachninme 2007-03-02 15:12:35)

Re: "Click" event

It does trigger a click wink

EDIT:

Wait, I never use the "click", I use on(press){...} (or on(release){...} )

Re: "Click" event

The touchscreen generates conventional Flash events - except for the obvious case of mouse moves while the mouse is up.  That means that, in the case of buttons, the "over" frame isn't useful.