home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 October / dotnet_50.iso / pc / media / moteur.dxr / 00019.ls < prev    next >
Encoding:
Text File  |  2000-10-02  |  122 b   |  8 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     gotoNetPage("lespc.htm")
  4.   else
  5.     gotoNetPage("lesmac.htm")
  6.   end if
  7. end
  8.