home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / main.dir / 00128_Script_128 < prev    next >
Text File  |  1996-03-11  |  329b  |  19 lines

  1. on mousedown
  2.   global ItemDel , WereToGo
  3.   
  4.   set WereToGo = "start"
  5.   goMovie
  6.   
  7.   puppetSound 0
  8.   sound stop 1
  9.   sound stop 2
  10.   updatestage
  11.   
  12.   if the machineType <> 256 then
  13.     set ItemDel  = ":"
  14.   else
  15.     set ItemDel  = "\"
  16.   end if
  17.   
  18.   go movie string(the pathname & "BODY" & ItemDel & "BLACK.DIR")
  19. end