I am using the following code to try move the next frame of another movieclip.
On Timeline:
this.onEnterframe = function (){
}
On rollover movieclip
on rollover(){
_root.circlelayer.nextframe()
}
Problem
It doesn’t show the circlelayer movieclip when i roll over. Plus, i used the attachmovie code that was put up by two of ye 2 weeks ago, but i want the circlelayer movieclip to disappear on the rollout.
Would appreciate the help a lot.
Thanks,
Vinnie.