home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 July / macformat-039.iso / MAKERS / MAIN.DIR / 00128.ls < prev    next >
Encoding:
Text File  |  1996-03-12  |  303 b   |  16 lines

  1. on mouseDown
  2.   global ItemDel, WereToGo
  3.   set WereToGo to "start"
  4.   GoMovie()
  5.   puppetSound(0)
  6.   sound stop 1
  7.   sound stop 2
  8.   updateStage()
  9.   if the machineType <> 256 then
  10.     set ItemDel to ":"
  11.   else
  12.     set ItemDel to "\"
  13.   end if
  14.   go(1, string(the pathName & "BODY" & ItemDel & "BLACK.DIR"))
  15. end
  16.