home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / globe.dir / 00023_Script_23 < prev    next >
Text File  |  1996-03-11  |  511b  |  21 lines

  1. on mouseDown
  2.   global ItemDel
  3.   
  4.   set Sticks = the ticks
  5.   repeat while the ticks - sticks < 15
  6.     updateStage
  7.   end repeat
  8.   
  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.   sound stop 1
  15.   sound stop 2
  16.   set the locV of sprite 2 to 900
  17.   go frame "end"
  18.   unLoad
  19.   unLoadCast
  20.   go frame "fade" of movie string(temp&ItemDel&"random.dir")
  21. end