Is there a way to find the frame label of the _currentframe under the play head
from AS2 code.
I need something that would be the equivalent of _currentframe.labelname
I am loading a swf from a DVD and it is slow to respond. Iwould like to test
if the playhead actually made it to certain parts of the movie yet using frame
names and not numbers
Any help would be greatly appreciated
Thanks
Alfred
LuigiL - 17 Jul 2008 20:40 GMT
Not that I know of, no.
MATTANDIE - 18 Jul 2008 19:52 GMT
The best solution i have found for this is creating a variable and changing it at the label frame and using that variable in your actionscript. its not eloquent, but it works.