From: Bum McFluff on
I have several buttons which move you to different points on the timeline.
There are four that move you backwards, and four that move you forwards. This
was first developed in Flash 4, but I have recently tried to update it in a
Trail version of CS3. The problem is the buttons don't move as they are
supposed to. For example, one button moves you ahead by 1000 frames, but in
fcat you get moved ahead by 1100 frames. The code on the button is as follows:

on (release) {
gotoAndStop(_currentframe+1000);
}

Why is this happening? It did not happen in Flash 4.