home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / spankthebooty.swf / scripts / __Packages / Bottom.as < prev    next >
Text File  |  2005-10-13  |  582b  |  32 lines

  1. class Bottom extends MovieClip
  2. {
  3.    function Bottom()
  4.    {
  5.       super();
  6.    }
  7.    function wak(level)
  8.    {
  9.       var _loc1_ = this;
  10.       switch(level)
  11.       {
  12.          case 1:
  13.             _loc1_.gotoAndStop("wakSoft");
  14.             break;
  15.          case 3:
  16.             _loc1_.gotoAndStop("wakHard");
  17.             break;
  18.          default:
  19.             _loc1_.gotoAndStop("wakMed");
  20.       }
  21.    }
  22.    function wobbleDone()
  23.    {
  24.       this._parent.score_mc.show();
  25.    }
  26.    function end()
  27.    {
  28.       this.gotoAndStop("still");
  29.       this._parent.end();
  30.    }
  31. }
  32.