home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / bobsleddin.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  74 b   |  9 lines

  1. if(Performance.score > 0)
  2. {
  3.    play();
  4. }
  5. else
  6. {
  7.    prevFrame();
  8. }
  9.