Is it possible to pull the currentFrame of the root timeline from inside an object class? Normally a currentFrame call only checks the frame of the movieclip it\'s attached to w
Nevermind, I found what I was looking for. All you have to do is typecast root to MovieClip like this:
root
MovieClip
MovieClip(root).currentFrame