FlashMan Posted March 23, 2003 Share Posted March 23, 2003 What is wrong with this script? onClipEvent (enterFrame) { loadMovie(Really Cool.swf); } Error: Scene=Scene 1, Layer=Layer 3, Frame=6: Line 2: ')' or ',' expected loadMovie(Really Cool.swf); What can I do with this script to fix it? :blush: Link to comment Share on other sites More sharing options...
0 hurting101 Posted March 23, 2003 Share Posted March 23, 2003 Just a shot in the dark, but should Really Cool.swf have quotes around it since there's a space? Link to comment Share on other sites More sharing options...
0 Tim Dorr Veteran Posted March 23, 2003 Veteran Share Posted March 23, 2003 Yep: onClipEvent (enterFrame) { loadMovie("Really Cool.swf"); } Link to comment Share on other sites More sharing options...
0 FlashMan Posted March 23, 2003 Author Share Posted March 23, 2003 thanks sounds good Link to comment Share on other sites More sharing options...
0 FlashMan Posted March 23, 2003 Author Share Posted March 23, 2003 now i have a other problem now that one is fixed.... Scene=Scene 1, Layer=Layer 3, Frame=5: Line 2: Wrong number of parameters; loadMovie requires between 2 and 3. loadMovie("Really Cool.swf"); what does that mean? Link to comment Share on other sites More sharing options...
0 FlashMan Posted March 23, 2003 Author Share Posted March 23, 2003 never mind i fixed that problem but i still have a other problem... it does not show up Link to comment Share on other sites More sharing options...
Question
FlashMan
What is wrong with this script?
onClipEvent (enterFrame) {
loadMovie(Really Cool.swf);
}
Error:
Scene=Scene 1, Layer=Layer 3, Frame=6: Line 2: ')' or ',' expected
loadMovie(Really Cool.swf);
What can I do with this script to fix it? :blush:
Link to comment
Share on other sites
5 answers to this question
Recommended Posts