Hey all
I am trying to make a complex roll over button as seen here: http://www.kirupa.com/developer/mx2004/button_effect.htm
My problem is that I am not sure how to change the script so that I when you click on the button it goes to another scene. At the moment the script is linked to the kirupa website. If I change the script to…
(release) {
gotoAndPlay("…", 1);
}
… it says that this cannot be included within a movieclip. Since it this “button” is actually a movieclip not a button I think I need some different code to achieve my goal.
Any ideas?
Cheers, Tim