home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / bug.swf / scripts / frame_102 / DoAction.as
Encoding:
Text File  |  2007-03-28  |  151 b   |  12 lines

  1. if(_root.name1 != "" || count > 350)
  2. {
  3.    count = 0;
  4.    gotoAndStop("load");
  5. }
  6. else
  7. {
  8.    count += 350;
  9.    gotoAndStop("loop");
  10.    play();
  11. }
  12.