alert This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
user iahamed
iahamed (2)

Easing Mc Scroller

Try this Wonderful Movie Clip Scroller for your project. I was doing a flash project with a tight deadline; I had no time to create a Movie Clip Easing Scroller. I found many Scrollers and when embed to my Flash Project, the masking never worked and never scrolled my content. Therefore, I decided to share this file among all. This Code written by - Billy T, is a wonderful Scroller to attach... more >
4004 downloads, 29781 views

easing movie clip scroller scroller content scroller image scroller text scroller movie clip image and text scroller easing scroller


Download (112.97 KB)

Comments

You need to login to post a comment.

user wiyono
wiyono 13 years ago

Scroll is going.. but not all text show... but is ok... yesterday i make 3 text... and then all showing...

Thank you so much..

user iahamed
the listing author iahamed 13 years ago

Hi, Just double click on the MC and inside the mc where the txt could be selected, add the text. I coded this and used for many international web sites hard core level no problem at all. Make sure your text is (properties panel) set to Anti-alias for readability and Static Text for betterment.

user wiyono
wiyono 13 years ago

Hallo...
Can you help? i put new text and so many...
and then i set the text type "Anti Aliasing..."
and then the text not all show... but the scroll all show.. only the text not show...
Can you help me?
Thank you..

user tfdhc
tfdhc 14 years ago

Yeah absolutelly awesome work! It's so simple but by the greatest way. I will using it in future. And for sure when i get profit, I donate You man, so much thanks!

user puffylamb
puffylamb 14 years ago

Excellent work! Simple and smooth!

user biletji
biletji 14 years ago

it's very nice. It's can be auto scrolling.

user jstemkos
jstemkos 14 years ago

This was perfect for a little project I am doing. Nice and simple. Thanks a lot!

user clamotta
clamotta 15 years ago

I can't download it.

user vivekaggarwal85
vivekaggarwal85 15 years ago

Thanks a lot buddy. It will be very helpful to me. Keep it up!

user sstarsingh
sstarsingh 15 years ago

yp its helpful for mine project
ok thnx buddy keep it up

user kench928
kench928 15 years ago

thanks so much, it's helpful~

user maroiane
maroiane 15 years ago

i like it , thnk u

user iahamed
the listing author iahamed 15 years ago

Hi, think you have Four navigational links in Flash: Home, About, Services, feedback. Create a folder in the Library, rename the details as to the Link, thats to say for about, rename the Scroller values as abt_something, for feedback as Feedback_something, and drop to the stage. It works perfectly.

user ninetta1972
ninetta1972 15 years ago

I just managed to get it functioning on x axis. But I don't know why the hell, I can't get back with the dragger once I drop it (that is once I released the mouse). This is the code:

targX=0;

//dragger._x = theMask._width;

dragger.onPress=function(){
startDrag(dragger,false,dragger._x,thi s._y,860,this._y);
}
dragger.onRelease =dragger.onReleaseOutside=function(){
stopDrag();
}

theText.setMask(theMask);

theText.onEnterFrame=function(){
scrollAmount = (this._width-(theMask._width/1.3))/(theM ask._width-dragger._width);
targX = -dragger._x*scrollAmount;
this._x-=(this._x-targX)/5;
}

can anyone help me?

user iahamed
the listing author iahamed 15 years ago

This is Great@