I realized that my movie takes forever to load because i found out that it d/loads the whole scrollpane component to the viewers system b4 the movie starts showing.
My question is; is it possible to create ur own scrollpane or scrollbar components.
The tutorials i found on this site dealt mostly with scolling text but i want to scroll through pictures in my movie.
HELP anyone.
You can setup a scrolling system to scroll movie clips.
dont let the 83 posts beneath my name fool u. I am new to flash man. could u xpln a little more plz. thnx
lostinbeta solved this once… here it is
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=20065&highlight=scroll+movie+clips
sure make a text box and 2 buttons(up,down)
[AS]
up.onPress = function(){
scroller.scroll++;
}
down.onPress = function(){
scroller.scroll–;
}
[/AS]
just be sure to give your up button and instance name of “up” and down “down”. give the textfield the instance name of scroller
Digitalosophy, he wants to scroll pictures
*Originally posted by worm *
**
My question is; is it possible to create ur own scrollpane or scrollbar components.
**
yeah ur right i only read that, although the same technique still apllies, you can load images into dynamic text fields correct?
No you cant