home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 2
/
LAUNCH.BIN
/
mac
/
TOYOTA
/
TOYOTA.DIR
/
00428_Script_428
< prev
next >
Wrap
Text File
|
1995-01-01
|
410b
|
13 lines
on mouseUp
cursor 4
MYSOUND "cashreg.aif"
set myButton = the clickon
repeat with n = 0 to 11
if (the number of cast "first radio" + n) <> the castNum of sprite myButton then
set the hilite of cast(the number of cast "first radio" + n) = 0
end if
end repeat
set the hilite of cast(the castNum of sprite myButton) = 1
go frame label("$" & (the clickon - 5))
cursor 0
end