Mouse over

ok i got frame one as a pic and i want it so when the mouse goes over it, it plays frame 2

how do i write the action for that

Hi chris9902,


//Put this code on your pic in Frame 1
//You will need to put a stop(); command on Frame 2

on(rollOver){
    _root.gotoAndStop(2);
}

roll over

dam i was trying mouse over :sure:

thanks