Flash components › Flash files › Mouse Controlled
By purchasing a file(s) with this license, you are permitted to use it multiple times in one multimedia & website or any other project. You can use it for personal work or work for a client project that not generating income. You are permitted to multiple use of purchased file(s) in one single non-commercial project. You are not permitted to redistribute this file(s) or functionality provided with the purchased product without the author written permission, but you may modify its content.
By purchasing a file(s) with this license, you are permitted to use it multiple times in one multimedia & website or any other project. You can use it for personal work or work for a client project that can generate income. You are permitted to multiple use of purchased file(s) in one single commercial project or non-commercial project. You are not permitted to redistribute this file(s) or functionality provided with the purchased product without the author written permission, but you may modify its content.
By purchasing a file(s) with this license, you are permitted to use it multiple times in multiple multimedia & website or any other projects. You can use it for personal work or work for a client project that can generate income. You are permitted to multiple use of purchased file(s) in multiple commercial projects or non-commercial projects. You are not permitted to redistribute this file(s) or functionality provided with the purchased product without the author written permission, but you may modify its content.
Details
Uploaded: 08 June 2010
Opens With: Flash CS4
Files Included: FLA, AS
Size: 96kb
Action Script: AS3
Resolution: Resizable
Documentation: bad
Keywords: scroll, scroller, image, text, mouse, control,
Do you like this file?
Lens Zooming
Mouse Wheel Scroller and html text
Sleeping mouse
Air Ballon
Balls mouse effect
Mouse effects pack 30 mouse effects + variations
Mouse Fall
Balloon mouse effect
Website template 4
//create new scroll
var myScroll:flaScroll = new flaScroll();
//create new content
var myContent:content1 = new content1();
//add content to scroll
myScroll.scrollContent(myContent);
//set scroll width
myScroll.setWidth(300);
//set scroll height
myScroll.setHeight(300);
addChild(myScroll);
myScroll.x = 10;
myScroll.y = 80;