2008 was a very busy year to me, no time to study, a lot of work… 2009 seems to start on a different way, I’m on a new job (AG2), on a new town (Porto Alegre, Brazil), and now, to the present moment, with more time to study and to work on this blog. I …
Uncategorized
AS3 Tip: I need to know when the mouse leaves the stage
I saw some people asking about it, so… here’s the answer. In the AS3, when you need to know if the mouse leaves the Stage, you just have to add the Event.MOUSE_LEAVE to it. UPDATE: I’ve created an example, so you can see how it works.