home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / Partner.dxr / 00006_•PB.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  329 b   |  19 lines

  1. global cheminSom
  2.  
  3. on mouseEnter me
  4.   set the member of sprite 7 to "PB R"
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite 7 to "Blank"
  9. end
  10.  
  11. on mouseDown me
  12.   set cheminSom to the pathName
  13.   if the machineType = 256 then
  14.     go(1, the pathName & "Packard\Packard")
  15.   else
  16.     go(1, the pathName & "Packard:Packard")
  17.   end if
  18. end
  19.