home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 April / BYER_0496.iso / multimed / haight / data / help.dir / 00004_Script_4 < prev    next >
Text File  |  1995-10-25  |  269b  |  19 lines

  1. --
  2. on startMovie
  3.   cursor 0
  4. end startMovie
  5. --
  6. --
  7. on stopMovie
  8.   cursor [503,504]
  9.   forget window "help"
  10. end stopMovie
  11. --
  12. --
  13. on idle
  14.   if the visible of window "help" = 0 then
  15.     tell the stage to continue
  16.     forget window "help"
  17.   end if
  18. end idle
  19. --