-
Coding a ‘next scene’ button in cs3
Hi there guys. I hope I’m posting in the right place…my question is Adobe CS3 related…
I created my button as usual, but keep getting a message that an action cannot be applied to the selection. I tried
on release {
gotoAndPlay(“scene2”,1)
}but the MX4 code doesn’t seem to work in CS3?
I then tried
on (release) {
if(this == Number(this)){
loadMovieNum(“gallery.swf”,this);
} else {
this.loadMovie(“gallery.swf”);
}
}
on (release) {
//load Movie Behavior
//End Behavior(thinking I’d link to another movie instead), but the message (if I get it to allow me to type in the action box), then says something in line of there being too many characters in the first line? (In both instances).
I don’t know, I’m running out of fuel here and it’s getting late (11 pm in South Africa now). I would appreciate any links to previous posts (I couldn’t find any), or any advice would be very much appreciated.
Much Thanx 🙂
Sorry, there were no replies found.