I load an image into my canvas, the image is basically a webtemplate ive fixed up and going to use.
I basically want to create the buttons (for each text area obviously)
so i made 8 boxes, converted them to buttons and have them in the appropiate places
what i want to do is this, the main page comes up, and whatever button the user clicks on, it will load the new information that goes with that button, like they click Oilseed and it goes to Frame 2 (where the oilseed page is)
i can get it to open oilseed on frame 2, but when i add a new button and the
onMouseDown = function() {
gotoAndStop(2);
};
it wont work on either button then