Access the frame label

Hi All, this is hopefully a simple question, but one I can’t find the answer to by googleing.

I need to access the current frame label. I would have thought there would be something like _root.getFrameLabel() but I can’t find anything.

A forum post I found on flashkit said that there is no way to access the label in AS2, only in AS3.

thanks

.currentLabel was introduced in AS3.

A forum post I found on flashkit said that there is no way to access the label in AS2, only in AS3.

I think they are right, however there may be possible work arounds. Such as using an array to hold frames and it’s equivalent label value.

[quote=Michael Chen;2325808].currentLabel was introduced in AS3.

I think they are right, however there may be possible work arounds. Such as using an array to hold frames and it’s equivalent label value.[/quote]

Fair enough, I’ll have to do that. It’s not such a bit problem.

thanks!