home *** CD-ROM | disk | FTP | other *** search
/ Buffalo Sabres 2001-2002 Promotional CD / Sabres.iso / pc / home.dxr / 00064.ls < prev    next >
Encoding:
Text File  |  2001-09-05  |  174 b   |  10 lines

  1. on exitFrame
  2.   if the machineType = 256 then
  3.     type = "/"
  4.   else
  5.     type = ":"
  6.   end if
  7.   a = the pathname & "movies" & type & "locker"
  8.   member("dummy").fileName = a
  9. end
  10.