My Account
How to create following mouse effect.
var mouseListener:Object = new Object(); mouseListener.onMouseWheel = function(wheelnum:Number) { pic_mc._xscale += wheelnum; pic_mc._yscale += wheelnum; } Mouse.addListener(mouseListener);
© 2008 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy Home | About Quantunet | FAQ's | Contact Us