home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (BR) Volume 2 #6
/
CDRTV2N6.iso
/
makers
/
power
/
ue.dir
/
00278_Script_278
< prev
next >
Wrap
Text File
|
1996-03-13
|
823b
|
35 lines
on mouseDown
global ItemDel
if the name of cast the mouseCast contains "search" then
-- search
set the visible of sprite 2 to false
puppetSprite 2, FALSE
updateStage
if the frame > 430 then hiliteBtn 13
put the pathName into temp
set the itemDelimiter to ItemDel
delete item the number of items of temp of temp
delete item the number of items of temp of temp
set the itemDelimiter to ","
unload
unloadCast
sound stop 1
sound stop 2
go frame "black"
go frame "fade" of movie string(temp&ItemDel&"search.dir")
else if the name of cast the mouseCast contains "quit" then
-- quit
puppetSprite 2, FALSE
updateStage
disposeRearWindow
go frame "black"
quit
end if
end