/ Published in: ActionScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
loadMovie("3DInterface01.swf", _root.empty_mc01); this.onEnterFrame = function() { if (_level0.empty_mc01.instance01._currentframe>=124) { gotoAndStop(7); } }; stop();