Hi, I have the following line of code on my Load Scene :
ifFrameLoaded ("Scene 4", 75) {
}
But it's not working...it is not loading the whole movie before it starts playing. The movie consist of 4 scenes, the first is the Load and then another 3 scenes (actual movie) what would be the best way to load the movie before it starts playing, or what am I doing wrong. Thank you
ifFrameLoaded ("Scene 4", 75) {
}
But it's not working...it is not loading the whole movie before it starts playing. The movie consist of 4 scenes, the first is the Load and then another 3 scenes (actual movie) what would be the best way to load the movie before it starts playing, or what am I doing wrong. Thank you