home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Music Interactif 7
/
cd.iso
/
pc
/
PC
/
Demos
/
GroovMak
/
data1.cab
/
Program_Executable_Files
/
Media
/
YesNo.dxr
/
00017.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-17
|
306 b
|
16 lines
on mouseDown
repeat while the mouseDown
set the memberNum of sprite 3 to the number of member "Hyes"
updateStage()
end repeat
end
on mouseUp
global gYesQuit
set the memberNum of sprite 3 to the number of member "yes"
updateStage()
set gYesQuit to 1
go(1)
close(window "YesNo")
end