Hello.
I have run into an issue and cant figure it out. Please be gentle, Im a n00bie!![]()
On my flash website, the scene opens and goes about fine. There is a logo at the top of the page, that when I click it I want it to go back to the beginning (or first scene). I got it to do that, however, when it does, it starts the music over again also...so there are 2 versions playing. And if I click it again, 3 versions playing. Here is my script:
What do I add to this to make the music STOP before it goes back to (2) ?Code:onClipEvent(load){ num=1; } on (release) { _root.gotoAndPlay(2); }
thank you




Bookmarks