home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / BugTime.swf / scripts / frame_380 / DoAction.as
Encoding:
Text File  |  2005-10-04  |  107 b   |  9 lines

  1. if(Number(bugdeathcount) < 1)
  2. {
  3.    play();
  4. }
  5. else
  6. {
  7.    this.gotoAndPlay(this._currentframe - 5);
  8. }
  9.