home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 15 / cdrt15.iso / mac / SCIENCE / 04WHO.DIR / 00011_Script_11 < prev    next >
Text File  |  1995-04-10  |  301b  |  11 lines

  1. global CR,soundFile,destination,oldOffset
  2. put inCastRegion(F17) into temp
  3. put line 1 of temp into temp
  4. if temp <> "" then
  5.   stopSound 1,10
  6.   put string(item 6 to (the number of items of temp) of temp) into theHandler
  7.   do theHandler
  8. else
  9.   goNextLoc "", "Start"
  10.   put 0 into oldOffset
  11. end if