home *** CD-ROM | disk | FTP | other *** search
/ Cani & Cani / CANI.ISO / pc / program / orchest.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1997-11-11  |  159 b   |  11 lines

  1. on exitFrame
  2.   NavigPrevisu(3, 10, 32, 37)
  3.   if the timer < 800 then
  4.     go(the frame)
  5.   else
  6.     set X to 0
  7.     set X to marker(0)
  8.     go(X + 1)
  9.   end if
  10. end
  11.