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: track position?

title left
User Details
message
title right
James

post date:
2011-03-29 21:38:01
Can this scroll give some kind of value to tell me the exact position? Kind of like cue points so I can trigger events when certain content within the slider is now visible? It could even be as simple as value from 0 to 100, zero being the start and 100 being the slider all the way at the bottom.
Andrei Rinciog [Extend Studio]

post date:
2011-03-30 03:04:42
Hello James,

There isn't any property for current scrolled position but you can use the position of the target movieclip. You have access to the target of a component by "instance.target".

You can check the full ActionScript reference here: http://www.extendstudio.com/documentation/creative-flash-scrollerAS3/documentation/docs/classic-scroller-as-dictionary.html

Regards,
Andrei Rinciog