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 a movieClip, but attach multiple buttons to it

title left
User Details
message
title right

post date:
2011-08-26 10:32:08
Hi,rnrnfirst, congratulations for your work, Creative Flash Scroller is a very good plugin, and i'm very interested in testing your other products.rnrnI have a question about Creative Flash Scroller for AS3.0.rnrnI used a ScrollArea for scrolling a movieClip, which is a single large picture with many elements representated.rnrnOriginally, i attached multiple buttons to this picture on the same layer, for displaying pop-up with an effect of fade in.rnrnThe possibility to scroll this large picture is really interesting, so i tried to scroll all elements at the same time (the picture, and the buttons, like a multiple target), but i can't.rnrnWhat can i do ?rnrnthanks, and sorry for my bad english !rnrnPS: Extend Studio Roxxx !rnrnThanks !
Andrei Rinciog [Extend Studio]

post date:
2011-08-31 05:52:01
Hello,

If you have all the elements inside the target movieclip then scrolling should work with no problem. However, you have to keep in mind that the scroller tries to no interact with any functionality inside the target movieclip. So, if you have buttons with mouse event listeners the event will be dispatched to the buttons, not to the scroller component. So, in order to scroll the buttons you have to click next to them, no on them. This of course for touch scroll behaviors. If you scroll using scrollbars or using absolute positioning you won't have this problem.

Regards,
Andrei Rinciog