home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / breakawish.swf / scripts / frame_1 / DoAction.as < prev   
Encoding:
Text File  |  2007-09-28  |  161 b   |  10 lines

  1. Stage.showMenu = false;
  2. _focusrect = false;
  3. this.onEnterFrame = function()
  4. {
  5.    if(this._framesloaded >= 10)
  6.    {
  7.       gotoAndStop("Loading");
  8.    }
  9. };
  10.