I have this
onClipEvent (load) {
_root.Home.onEnterFrame = function() {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
};
}
onClipEvent (load) {
on (release) {
_parent;
gotoAndStop(“Scene 1”, 2);
}
}
But the last part of the script does not work:
onClipEvent (load) {
on (release) {
_parent;
gotoAndStop(“Scene 1”, 2);
}
}
so can some1 surrgest somthing else to put there
oh yeah this is for making a button but in a movieclip