hi everyone
i need help.
im makin a interactive book.
in scene 1, frame 1, i put a stop action script and on that frame i put a movie clip. the movie clip plays and then stops on last last frame (i placed stop action script).
on the last frame of that movie clip, there is a button,
i want the button to take user to scene1 frame 2 when clicked.
instead it goes to the beginning of that clip, still at scene 1 frame 1.
i realy need help with that
please help me out
heres the action scritp on the button i use
on (release) {
gotoAndStop(“Scene 1”, 2);
}
i dont know where im goin wrong, i think its something to do with .parent .root.
help me out please
thanx
tkay