home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / VirtualCurling.swf / scripts / frame_82 / DoAction.as
Encoding:
Text File  |  2005-08-08  |  121 b   |  10 lines

  1. if(0 >= vy1)
  2. {
  3.    vy1 = 0;
  4.    vx1 = 0;
  5. }
  6. if(70 < stone._y and 0 < vy1 and !out_of_play)
  7. {
  8.    gotoAndPlay(81);
  9. }
  10.