Hi guys
Can anyone tell me if it’s possible to find out where the play head is?
I’m trying to do something like this
if(_root.movie.currentPlayHeadPosition == 1) doSomething();
Its been a long time since I last did any flash, can anyone jog my memory on how to get the current frame?