home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 April / BYER_0496.iso / multimed / haight / data / trail006.dir / 00023_Script_23 < prev    next >
Text File  |  1995-10-20  |  503b  |  21 lines

  1. on startmovie
  2.   global CreditsWindow, HelpWindow
  3.   --
  4.   cursor [552,553]
  5.   --
  6.   if objectP(CreditsWindow) then
  7.     forget CreditsWindow
  8.   end if
  9.   if objectP(HelpWindow) then
  10.     forget HelpWindow
  11.   end if
  12.   --
  13.   set the visibility of sprite 42 = false
  14.   set the visibility of sprite 43 = false
  15.   set the visibility of sprite 44 = false
  16.   set the visibility of sprite 45 = false
  17.   set the visibility of sprite 46 = false
  18.   set the visibility of sprite 47 = false
  19.   --
  20. end startmovie
  21.