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
You can open/play the swf file with Flash Player exe
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, 29890 views
easing movie clip scroller scroller content scroller image scroller text scroller movie clip image and text scroller easing scroller
Comments
You need to login to post a comment.
Scroll is going.. but not all text show... but is ok... yesterday i make 3 text... and then all showing...
Thank you so much..
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.
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..
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!
Excellent work! Simple and smooth!
it's very nice. It's can be auto scrolling.
This was perfect for a little project I am doing. Nice and simple. Thanks a lot!
I can't download it.
Thanks a lot buddy. It will be very helpful to me. Keep it up!
yp its helpful for mine project
ok thnx buddy keep it up
thanks so much, it's helpful~
i like it , thnk u
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.
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?
This is Great@