home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / body / bodymain.dir / 00391.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  274 b   |  12 lines

  1. on mouseDown
  2.   if the machineType = 256 then
  3.     set delim to "/"
  4.   else
  5.     set delim to ":"
  6.   end if
  7.   set the itemDelimiter to delim
  8.   set drive to item 1 of the pathName
  9.   set the itemDelimiter to ","
  10.   GoMovie(drive & delim & "MAKERS" & delim & "MAIN.DIR", "fade")
  11. end
  12.