Mickey
11-12-2003, 03:24 AM
Hey everyone. I just finished up my first flash webpage and I wanted to add a loading bar because the swf file is a meg. So I read up on them and added the loading bar no sweat in a separate scene in front of the scene that has my website on it. However when the loading bar finishes and goes to the next scene suddenly none of my buttons and movie clips work. I was reading about it and I think the problem has something to do with my paths, but I'm new to Flash and I can't seem to get them working no matter what I try for the path. So what does my path need to be for when I want to play a movieclip when you roll over a button. I basically have something like this...
button.onRollOver() {
movieclip.play();
}
You get the idea. The button and movieclip are both in my second scene with the rest of everything. So what do I need to put for the paths to get it to work if that is the problem? I also read that when you have multiple scenes the frames are counted consecutively, but when I look at my scenes they both start with frame 1...I tried moving everything in the second scene back the number of frames the first scene would take up but that didn't work either...
Any help is greatly appreciated. I can post my files if you would like.
Thanks
button.onRollOver() {
movieclip.play();
}
You get the idea. The button and movieclip are both in my second scene with the rest of everything. So what do I need to put for the paths to get it to work if that is the problem? I also read that when you have multiple scenes the frames are counted consecutively, but when I look at my scenes they both start with frame 1...I tried moving everything in the second scene back the number of frames the first scene would take up but that didn't work either...
Any help is greatly appreciated. I can post my files if you would like.
Thanks
