make the play button where you want to star (small) Make it a button and instead of putting
on(release){
root.gotoAndStop(#)
}
put
on(rollover){
root.gotoAndStop(#)
}
Im not sure I capitalized correctly though. Basically youre changing release to roll over.