home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / starisland.swf / scripts / DefineSprite_628 / frame_79 / DoAction.as
Encoding:
Text File  |  2007-12-10  |  70 b   |  7 lines

  1. if(time < 2)
  2. {
  3.    gotoAndStop("throw");
  4.    play();
  5.    time++;
  6. }
  7.