home *** CD-ROM | disk | FTP | other *** search
- Story.dug_up = true;
- _root.hud.usedItem("bucket_spade");
- _root.hud.usedItem(Story.gift);
- Story.getItem("thunder_disk");
- Story.setIslands();
- this._parent._parent.env.setEnvironmentMap("spring");
- this._parent._parent.env.render();
- this._parent._parent.env.control.character.gotoAndStop(5);
- this._parent._parent.gotoAndPlay(this._parent._parent._currentframe + 1);
- this.stop();
-