home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club KidSoft Volume 3 #2
/
CKSPCV32.BIN
/
movies
/
clubroom.dir
/
00172_Script_172
< prev
next >
Wrap
Text File
|
1995-04-03
|
398b
|
19 lines
on mouseDown
global gSButton, gSReturn
if gSButton = gSReturn then
set myCast = the castNum of sprite gSButton
set the castNum of sprite gSButton to myCast + 1
updateStage
end if
end
on mouseUp
global gSRadio
sound stop 2
set the puppet of sprite gSRadio to false
set the visible of sprite gSRadio to false
updateStage
go to frame "start"
end