home *** CD-ROM | disk | FTP | other *** search
/ <GEEK> 2 / GEEK2.ISO / pc / walters.dxr / 00001_Main.ls next >
Encoding:
Text File  |  1997-07-11  |  247 b   |  20 lines

  1. global waltersWindow
  2.  
  3. on startMovie
  4.   set waltersWindow to the activeWindow
  5.   go(1)
  6.   tell the stage
  7.     cursorNormal()
  8.   end tell
  9. end
  10.  
  11. on closeWindow
  12.   closeWalters()
  13. end
  14.  
  15. on closeWalters
  16.   sound stop 1
  17.   sound stop 2
  18.   forget(waltersWindow)
  19. end
  20.