Creative Flash Scroller Forum


box Creative Flash Scroller
With Creative Flash Scroller you can scroll any kind of Flash Content: static text, dynamic text, pictures, animations, movies. It comes with multiple scroll behaviors: touch scroll, mouse gesture scroll, scrollbar scroll and even supports mouse wheel behavior. You can add smooth scrolling or motion blur effects and customize it to suit your design, from an easy to use interface.

Find out more about Creative Flash Scroller

Thread: scroll to a specifc point in movieclip

title left
User Details
message
title right
Tigertail

post date:
2009-02-26 04:52:14
Hi,rnI have a scroll area and scroll bar setup and what i want is to have a couple of buttons which once pressed will move the scroll bar to a specific point in the movie clip
Andrei Rinciog [Extend Studio]

post date:
2009-02-26 08:16:17
Hello,

I think this tutorial might help you to achieve what you want : http://www.extendstudio.com/documentation/creative-flash-scroller/documentation/tutorials/how-to-create-a-slideshow-using-scroll-area.html

Also, you might want to take a look at the actionscript dictionary : http://www.extendstudio.com/documentation/creative-flash-scroller/documentation/docs/classic-scroller-as-dictionary.html

If you need more help feel free to write to us again.

Best regards,
Andrei Rinciog
cordreaux

post date:
2009-07-25 08:41:09
Hi, I saw the tutorial "how-to-create-a-slideshow-using-scroll-area"

Can I make a button with this code, but to go to a specific point in the movie clip and not at 82px (or other) from this point :

on (release) {
_root.myScroller.stepScroll("Right",82);
}


I also saw the dictionary with the method :
hScrollTo(p: Number) : Void

but I don't now how to use it

Thank you