i was just wondering if there was a way to tell which scene was playing through actionscript.:smoov:
Printable View
i was just wondering if there was a way to tell which scene was playing through actionscript.:smoov:
i dun think this can be done generically. note however, that the _currentframe gives you a continuous index of the frame across scenes, so that if _root of scene one has 20 frames, frame 1 of the next scene is frame 21 in _root. so you can check which scene it is by checking the current frame.