Many thanks with the help on the music! Will look into achieving this later.
In the meantime, now that I have achieved the visual interactivity, i now need to make this all a button. Unforunately, when I turn my Symbol into a button, I lose all of the interactivity!
My FLA is here.
Code I'm using is:
(one for title, one for background animation)
Code:
button.dundrumTitle.onRollOver = function() {
this.gotoAndPlay(2);
dundrumMovie.gotoAndPlay(2);
}
button.dundrumTitle.onRollOut = function() {
this.gotoAndPlay(26);
}
What am I dong wrong?
Bookmarks