A
Amazingmatty
Guest
Hi I'm creating an interactive CV on Flash and I want to use buttons to link the scenes together but I keep getting errors like this.
on button or MovieClip instances are not supported in ActionScript 3.0. All scripts on object instances will be ignored.
The action code that I'm using is:
on (release) {gotoAndPlay("Home", 1);
}
I've tried transferring the frames into an action-script 2 file but the action script will still not work. Does anyone know why this won't work?
on button or MovieClip instances are not supported in ActionScript 3.0. All scripts on object instances will be ignored.
The action code that I'm using is:
on (release) {gotoAndPlay("Home", 1);
}
I've tried transferring the frames into an action-script 2 file but the action script will still not work. Does anyone know why this won't work?