home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / demos / keroppiw / kp_intro.dir / 00385.ls < prev    next >
Encoding:
Text File  |  1995-01-25  |  283 b   |  16 lines

  1. on startMovie
  2.   global keroppiVersion
  3.   set keroppiVersion to "1.0"
  4. end
  5.  
  6. on initIntro
  7.   global curCC, curYY, curMM, curDD, idleStr
  8.   set the volume of sound 1 to 128
  9.   preLoadCast("ploof")
  10.   preLoadCast("bounce")
  11. end
  12.  
  13. on exitIntro
  14.   go(1, gMyPath & "DEMOS\KEROPPIW\KP_main.dir")
  15. end
  16.