Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 Knowledgebase
UsingThe Mouse Scroll Wheel To Zoom  

Download .fla

How to create following mouse effect.


Actionscript

var mouseListener:Object = new Object();
mouseListener.onMouseWheel = function(wheelnum:Number) {
pic_mc._xscale += wheelnum;
pic_mc._yscale += wheelnum;
}
Mouse.addListener(mouseListener);


How The Actionscript Works



© 2008 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy
Home | About Quantunet | FAQ's | Contact Us