home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 15
/
cdrt15.iso
/
mac
/
AWA.DIR
/
00003_Script_3
< prev
next >
Wrap
Text File
|
1995-04-12
|
390b
|
20 lines
on exitFrame
global AorR
global x, y
repeat while the mousecast < 53 and the mousecast > 46 then
put the mousecast into x
if x <> y then
put x into y
puppetsound "click"
end if
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