I still consider myself a beginner, so bare with me. I have some actionscript on buttons that loads external swf files into an empty movie clip. My problem is, if you press, say for example the home button while still on the home page it reloads the external swf. I need the correct actionscript please. If you visit the site you will see what I mean, for example, go to the guitar page, and when it loads, press the guitar buton again, it reloads the guitar page which I dont want.
The actionscript is:
on (release) {
loadMovie(“homeintro.swf”, “empty”);
}
The website is:
http://www.brinkster.com/tallpox
Oh by the way, something odd has been happening. I asked a friend to test out the site and he got the old site which had been removed and the new files uploaded which I thought was very strange. Anyway, If you can tell me what you think of the design That would be superb - it’s my first one.
Thank you.