Hello,
I’m working on an interactive map…Check the website so far: http://msu.edu/~marti934/ind/indstd_campus.html
So you see the side navigation, I label them by number and also in the map they have their respective number. So what I want to do is when I click on the 3. Spartan Stadium it would go to that circle on the map. Also I want the circle to be centralized on the middle of the rectangle.
This is the script that I put on the 3.Spartan Stadium button:
on (release) {
stadMC.gotoAndPlay(1);
}
But is not doing anything. Can anyone help me what am I missing here???
Thanks
Vanessa