home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / ue.dir / 00218_Script_218 < prev    next >
Text File  |  1996-03-13  |  501b  |  20 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.   if the frame > 430 then hiliteBtn 13
  9.   put the pathName into temp
  10.   set the itemDelimiter to ItemDel
  11.   delete item the number of items of temp of temp
  12.   delete item the number of items of temp of temp
  13.   set the itemDelimiter to ","
  14.   unload
  15.   unloadCast
  16.   sound stop 1
  17.   sound stop 2
  18.   go frame "black"
  19.   go frame "fade" of movie string(temp&ItemDel&"search.dir")
  20. end