home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 30 / Creative-Review-CD-ROM-30.iso / pc / gallery / dummy.dir / 00008_Script_8 < prev    next >
Text File  |  1996-10-10  |  428b  |  20 lines

  1. on mouseDown
  2.   set the castNum of sprite 4 to 7
  3.   updateStage
  4.   repeat while the stillDown
  5.   end repeat
  6.   set the castNum of sprite 4 to 6
  7.   updateStage
  8.   global bg
  9.   -- if the machineType < 256 then
  10.   --   if objectp(bg) then
  11.   --     bg (mHide)
  12.   --     bg (mDispose)
  13.   --     closeXlib the pathName&"DEMORSRC:Backdrop XObj"
  14.   --   end if
  15.   -- end if
  16.   PLAY DONE
  17.   puppetPalette "System - Mac", 60
  18.   
  19.   
  20. end