home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / softcd / intro / examples.dir / 00026.ls < prev    next >
Encoding:
Text File  |  1999-10-22  |  157 b   |  7 lines

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