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

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