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

  1. Story.dug_up = true;
  2. _root.hud.usedItem("bucket_spade");
  3. _root.hud.usedItem(Story.gift);
  4. Story.getItem("thunder_disk");
  5. Story.setIslands();
  6. this._parent._parent.env.setEnvironmentMap("spring");
  7. this._parent._parent.env.render();
  8. this._parent._parent.env.control.character.gotoAndStop(5);
  9. this._parent._parent.gotoAndPlay(this._parent._parent._currentframe + 1);
  10. this.stop();
  11.