7.09.2006

ActionScript 3 Tips and Tricks

Found a good list of ActionScript 3 Tips and Tricks over at kirupa.com forums. One of the tips, posted by the guys over at senocular.com, shows how to use the new event on the stage, MOUSE_LEAVE. It triggers when the mouse leaves your flash application. This new event in ActionScript 3 solves alot of problems flash has had in the past about being able to detect when the SWF has lost focus on a web page. Here is a list of all the tips.

2 Comments:

At 10/19/06 11:22 AM, Anonymous Anonymous said...

Just because the mouse leaves the stage, doesnt necessarily mean the .swf has lost focus?

 
At 10/19/06 11:33 AM, Blogger Cahlan said...

Not necessarily. The .swf actually loses focus when the user clicks or scrolls outside the .swf area. You can imagine, though, the uses of being able to tell when the mouse has left the stage ...

 

Post a Comment

Links to this post:

Create a Link

<< Home