Hi,
I have a button with action on rollover MovieClip.gotoandplay(1)…it works fine with the original movieclip…I duplicated that movie clip and changed the name of the file and in the code…and the rollover action does not work…it only works if I change it to the to the original file name…
test.gotoAndPlay(1) loads fine…
test2.gotoAndPlay(1) does not load test2 movieclip…
Please help…!!!