home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / tall-ships.swf / scripts / DefineSprite_556 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  270 b   |  8 lines

  1. miniRoutes_mc.gotoAndStop(_global.leg);
  2. miniShip_mc.onEnterFrame = function()
  3. {
  4.    miniShip_mc._x = -0.007142857142857143 * _parent.map_mc._x;
  5.    miniShip_mc._y = -0.007142857142857143 * _parent.map_mc._y;
  6.    miniShip_mc._rotation = _parent.ship_mc._rotation;
  7. };
  8.