home *** CD-ROM | disk | FTP | other *** search
/ The Great Adventure of Natural Gas / start / start.swf / scripts / DefineSprite_275 / frame_103 / DoAction.as
Encoding:
Text File  |  2007-01-01  |  187 b   |  8 lines

  1. function fin()
  2. {
  3.    _root.gotoAndStop(_root._currentframe + 1);
  4. }
  5. stop();
  6. _root.onEnterFrame = null;
  7. _root.zoomTo(_root.mcscene.sceneintro._x,_root.mcscene.sceneintro._y,600,fin);
  8.