View Mode: Normal | Article List

andrewf

[ 2008-12-22 19:29:17 | Author: liuhuan ]

AS3 Optimization Tip from Big Spaceship

[ 2008-12-17 22:12:31 | Author: liuhuan ]
From Big Spaceship: http://labs.bigspaceship.com/2008/10/16/as3-optimization-tip/

Creating a site that has a lot of transitions is fun. One that uses a ParallaxManager to manage and scroll 6 layers of objects is also fun.

What isn’t fun is having the user leave the site to check mail, work, oh, I don’t know, do something else and have the site continually scroll. In steps ‘Event.MOUSE_LEAVE’.
...

Read More...