home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / ue.dir / 00277_Script_277 < prev    next >
Text File  |  1996-03-13  |  568b  |  24 lines

  1. on mouseDown
  2.   global ItemDel
  3.   
  4.   --  set the visible of sprite 2 to false
  5.   --  puppetSprite 2, FALSE
  6.   --  updateStage
  7.   
  8.   --  go frame "black"
  9.   --  disposeRearWindow
  10.   --  quit
  11.   
  12.   set the visible of sprite 2 to false
  13.   puppetSprite 2, FALSE
  14.   updateStage
  15.   
  16.   put the pathName into temp
  17.   set the itemDelimiter to ItemDel
  18.   delete item the number of items of temp of temp
  19.   delete item the number of items of temp of temp
  20.   set the itemDelimiter to ","
  21.   go frame "black"
  22.   go frame "fade" of movie string(temp&ItemDel&"quit.dir")
  23.   
  24. end