home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / power / globe.dir / 00021.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  381 b   |  16 lines

  1. on mouseDown
  2.   global ItemDel
  3.   set temp to the pathName
  4.   set the itemDelimiter to ItemDel
  5.   delete item the number of items in temp of temp
  6.   delete item the number of items in temp of temp
  7.   set the itemDelimiter to ","
  8.   sound stop 1
  9.   sound stop 2
  10.   set the locV of sprite 2 to 900
  11.   go("end")
  12.   unLoad()
  13.   unLoadCast()
  14.   go("fade", string(temp & ItemDel & "search.dir"))
  15. end
  16.