Answered
prevFrame ~ scroller
using:
arrowUp.onRollOver = function(){
scroller.prevFrame();
}
But, I really need it to scroll continuously (backwards)... will I need to construct a loop or if statement?
Thanks
arrowUp.onRollOver = function(){
scroller.prevFrame();
}
But, I really need it to scroll continuously (backwards)... will I need to construct a loop or if statement?
Thanks