home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net 2
/
cybernet2.ISO
/
dkdemo
/
rev.dir
/
00003_Script_3
< prev
next >
Wrap
Text File
|
1995-04-04
|
369b
|
17 lines
on exitFrame
global AorR
global x, y
repeat while the mousecast < 53 and the mousecast > 46
if x <> y then
put x into y
puppetsound "click"
end if
put the mousecast into x
puppetsprite 1, 0
puppetsprite 13, 0
if x < 53 and x > 46 then go string(the name of cast x&AorR)
end repeat
go the frame
end