home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / softcd / intro / install.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1999-07-31  |  169 b   |  7 lines

  1. on mouseUp
  2.   params = "s ..\SoftCD\Client\Setup SoftCD Client.exe"
  3.   appPath = the moviePath & "bin\LoadScreen.exe"
  4.   open(params, appPath)
  5.   sprite(10).visible = 1
  6. end
  7.