okay... code for button in frame one:
THe problem is that, well, it isn't going to "prt2base" It stays on the original keyframe as before but has the hand cursor on the button. it does nothing on press.... is there some bug spray for this?
Code:
on(rollOver){
gotoAndStop( "prt2base" );
}
on(press){
gotoAndStop( "prt2base" );
}