PDA

View Full Version : Debugger Error


Level7
02-22-2003, 09:57 PM
This is about to drive me crazy...
I have a 2 MC's on the main stage and all i'm trying to do is have the #2 MC tell the 1st one goto another frame.

The Script: #2 MC
stop;
_root.MC.gotoAndPlay(30);

Problem is the debugger is saying expected ";"

Can someone please tell me what i'm missing here.
Thanks in advance

Ricod
02-22-2003, 10:23 PM
Welcome to the board !

The problem is, you wrote stop; instead of stop();. Note the difference ? :)

Level7
02-24-2003, 11:45 PM
Ah.. thanks... that works much better.

Level 7

Ricod
02-25-2003, 07:25 AM
np level7 ! :)