-- is this easy --

this is what i want to say

if current frame is less than 90, when current frame IS 90, start the sound

on (press) {
if (_root.movie._currentFrame < 90) {
//_root.movie._currentFrame == 90;
_root.sound3.start();}
}

how do i script that ?