home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Review 58 / PC_REVIEW_58 / PC_REVIEW_58.ISO / v1.dir / 00002.ls next >
Encoding:
Text File  |  1996-03-19  |  119 b   |  10 lines

  1. on exitFrame
  2.   if the movieRate of sprite 5 = 0 then
  3.     go("2")
  4.     exit
  5.   else
  6.     go("loop")
  7.   end if
  8.   kroll()
  9. end
  10.