Retrieving the current frame number
What is the actionscript 3 syntax for retrie开发者_开发知识库ving the frame number that our object is currently in ?
It's fairly simple:
this.currentFrame
where this
is your object.
Looks at the currentFrame property on MovieClip
精彩评论