AS2 _currentframe syntax question

Hello,

I’m looking for the correct syntax on code that will grab the current frame + frame numbers.

I have 900 frames with a movie playing within frames 1-450.

The code is…

on(rollover){
gotoAndStop._currentframe + 450;
}

This isn’t correct because its not working. How would I add the + 450?