home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 January - Disc 2 / NET53B.iso / pc / net / main / 00071.ls < prev    next >
Encoding:
Text File  |  1998-11-11  |  179 b   |  8 lines

  1. on mouseUp
  2.   if the platform = "Windows,32" then
  3.     open(the moviePath & "top50\11-20\13\rp32_50.exe")
  4.   else
  5.     open(the moviePath & "top50\11-20\13\rp16_50.exe")
  6.   end if
  7. end
  8.