Hi, i have a small problem,
i have a button in level 0 with the code:
on (release) {
with (_level1) gotoAndPlay();
with (_level2) gotoAndPlay(7);
}
It loads movies into level 1 and 2, the problem i am having is that when the button is clicked twice it will jump to the next frame in the movie i.e when clicked once it jumps to frame 7 as it is supposed to do but then its clicked again and jumps to frame 8
any help appreciated thanks.