PDA

View Full Version : Which frame



thorseye
September 22nd, 2002, 10:36 AM
Which script do I use to detect which frame the movie is at in a MC?

jsk
September 22nd, 2002, 10:42 AM
instanceName._currentFrame

it's a read-only property so you'll need to use gotoAndPlay(), gotoAndStop(), nextFrame(), etc. to sent the playhead to a particular frame of a particular timeline

thorseye
September 22nd, 2002, 03:30 PM
Thank you =)