home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / climatechaos.swf / scripts / DefineSprite_1329 / frame_6 / DoAction.as
Encoding:
Text File  |  2008-09-12  |  405 b   |  10 lines

  1. Story.setIslands();
  2. this._parent._parent.env.setEnvironmentMap("hotel");
  3. this._parent._parent.env.pos_x = 1523;
  4. this._parent._parent.env.pos_y = 750;
  5. this._parent._parent.env.render();
  6. this._parent._parent.env.control.character.gotoAndStop(5);
  7. Story.hotelOwner(this._parent._parent.env,"the hotel\'s owner");
  8. this._parent._parent.gotoAndPlay(this._parent._parent._currentframe + 1);
  9. this.stop();
  10.