DuMmWiaM.com, Personal Showreel, lab & resources for web development.

AS3

AS3 Click on Fast Moving or Animated Objects

Here is a quick tip for Flash/Flex or Flash Builder or anything that uses ActionScript 3. If you are having a (fast) moving animated DisplayObjects that you want the user to be able to click, I suggest NOT using the MouseEvent.CLICK but MouseEvent.MOUSE_DOWN. MouseEvent.MOUSE_DOWN works a lot better and it fires faster than the MouseEvent.CLICK event.

Syndicate content