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

  1. on mouseUp
  2.   if the platform = "Windows,32" then
  3.     open(the moviePath & "top50\1-10\1\cb32e407.exe")
  4.   else
  5.     open(the moviePath & "top50\1-10\1\cb16e407.exe")
  6.   end if
  7. end
  8.