home *** CD-ROM | disk | FTP | other *** search
- stop();
- lives = 5;
- var diamante = 0;
- var lvl = 1;
- var totaldiamante = 0;
- stopAllSounds();
- mousep.onEnterFrame = function()
- {
- this._x = _root._xmouse;
- this._y = _root._ymouse;
- };
- mochithing.onEnterFrame = function()
- {
- removeMovieClip("mochithing");
- };
-