home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / march / blender / help / 00082.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  136 b   |  10 lines

  1. on exitFrame
  2.   if soundBusy(2) then
  3.     set HELPTRUE to 0
  4.   else
  5.     set HELPTRUE to 1
  6.   end if
  7.   go(the frame - 3)
  8.   updateStage()
  9. end
  10.