home *** CD-ROM | disk | FTP | other *** search
/ Dictionnaire Le Robert Junior / DictionnaireLeRobertJunior-8-12-Ans-Win95Mac.bin / DEMO / Control.cst / 00015_Script_15 < prev    next >
Text File  |  1998-10-29  |  195b  |  11 lines

  1. on exitFrame
  2.   if soundbusy(2) then
  3.     go the frame-1
  4.   else
  5.     cursor 4
  6.     unload marker(0), (the frame - 1)
  7.     preload marker(+1), marker(+2)
  8.     cursor 0
  9.     go next
  10.   end if
  11. end