home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Tamus_on_Moonyland.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2008-09-09  |  275 b   |  16 lines

  1. stop();
  2. lives = 5;
  3. var diamante = 0;
  4. var lvl = 1;
  5. var totaldiamante = 0;
  6. stopAllSounds();
  7. mousep.onEnterFrame = function()
  8. {
  9.    this._x = _root._xmouse;
  10.    this._y = _root._ymouse;
  11. };
  12. mochithing.onEnterFrame = function()
  13. {
  14.    removeMovieClip("mochithing");
  15. };
  16.