home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / ue.dir / 00198_Script_198 < prev    next >
Text File  |  1996-03-13  |  403b  |  15 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.   put the pathName into temp
  9.   set the itemDelimiter to ItemDel
  10.   delete item the number of items of temp of temp
  11.   delete item the number of items of temp of temp
  12.   set the itemDelimiter to ","
  13.   go frame "black"
  14.   go frame "fade" of movie string(temp&ItemDel&"main.dir")
  15. end