hrpremier
08-05-2003, 09:19 PM
ok,, prob so easy.
i have a mc with 2 frames. the instance of the movieclip is "m"
when i click a button i want the mc"m" to go to frame 2 and stop.
i have
on (press) {
gotoAndStop("_root.m", 1);
}
is this possible ( of course) and what stoopid thing am i doing wrong?
cheers in advance.
i have a mc with 2 frames. the instance of the movieclip is "m"
when i click a button i want the mc"m" to go to frame 2 and stop.
i have
on (press) {
gotoAndStop("_root.m", 1);
}
is this possible ( of course) and what stoopid thing am i doing wrong?
cheers in advance.