Little helpful
It was a pretty helpful tutorial. I actually learned something! :o. But I don't think you have to make the code 3 lines long, you can do the entire thing on one line, so instead of putting
on(release){
gotoAndPlay(#);
}
You can just put
on(release}{gotoAndPlay(#);}
It makes it much easier for me. Please note that I'm using flash 8, not sure if it works for other versions, but that's how i learned it and it works the same. Still, thanks for the tutorial.