home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 April / BYER_0496.iso / multimed / haight / data / credits.dir / 00003_Script_3 < prev    next >
Text File  |  1995-10-25  |  281b  |  20 lines

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