Hello all,
Ive made several flash movies (Flash 8 Pro) with my very rudimentary knowledge. I went to apply the progress bar component (never used components before) thinking, naively, that I could just drop it into frame one and add some basic script so it would stay in frame one showing the progress of the loading of the entire movie and, when all frames were downloaded, move on to frame 2. I've done a more static preloader message before with:
if (_framesloaded >= _totalframes) {
gotoAndPlay ("next");
}
But I now need the progress bar. Well, I'm completely confused by the help file and how involved using the component seems to be. Can't it be a simple as I describe above? Am I not seeing the forest for the trees?
Any help or direction would be much appreciated.
Scott
Ive made several flash movies (Flash 8 Pro) with my very rudimentary knowledge. I went to apply the progress bar component (never used components before) thinking, naively, that I could just drop it into frame one and add some basic script so it would stay in frame one showing the progress of the loading of the entire movie and, when all frames were downloaded, move on to frame 2. I've done a more static preloader message before with:
if (_framesloaded >= _totalframes) {
gotoAndPlay ("next");
}
But I now need the progress bar. Well, I'm completely confused by the help file and how involved using the component seems to be. Can't it be a simple as I describe above? Am I not seeing the forest for the trees?
Any help or direction would be much appreciated.
Scott