I want to create about a 3 second pause in a movie clip. I found a pretty straightforward script here on how to do it in Flash 4:
Frame one
Set Variable: "delay" = GetTimer + 10000
frame two
Blank
Frame three
If (delay > GetTimer)
Go to and Play (_currentframe - 1)
End If

So what should I be doing differently in Flash 5?