home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / PAMLARGE.DIR / 00001.ls next >
Encoding:
Text File  |  1996-04-01  |  113 b   |  9 lines

  1. on exitFrame
  2.   if soundBusy(2) then
  3.     go(the frame)
  4.   else
  5.     sound stop 1
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.