środa, 26 maja 2010

Tip: MouseEvents

If some functions get randomly invoked (or not) when rolling over or out some objects with listeners attached to them chances are you used:
MouseEvent.MOUSE_OVER
MouseEvent.MOUSE_OUT
instead of:
MouseEvent.ROLL_OVER
MouseEvent.ROLL_OUT

Brak komentarzy:

Prześlij komentarz