Hey guys, this is my first post. Im trying to get my portfolio site up, and im having issues with the Pre-loader i set up. her is the code that i have
if (_framesloaded ("Scene 1", "1")) {
gotoAndPlay(5);
}
Printable View
Hey guys, this is my first post. Im trying to get my portfolio site up, and im having issues with the Pre-loader i set up. her is the code that i have
if (_framesloaded ("Scene 1", "1")) {
gotoAndPlay(5);
}
and this are the errors im getting
Scene=Preloader, Layer=Layer 3, Frame=10: Line 1: Statement block must be terminated by '}'
if (_framesloaded("Scene 1", 3)) {
Scene=Preloader, Layer=Layer 3, Frame=10: Line 3: Syntax error.
Any ideas? t hanks again for all the help!