home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00428_Script_428 < prev    next >
Text File  |  1995-01-01  |  410b  |  13 lines

  1. on mouseUp
  2.   cursor 4
  3.   MYSOUND "cashreg.aif"
  4.   set myButton = the clickon
  5.   repeat with n = 0 to 11
  6.     if (the number of cast "first radio" + n) <> the castNum of sprite myButton then
  7.       set the hilite of cast(the number of cast "first radio" + n) = 0
  8.     end if
  9.   end repeat
  10.   set the hilite of cast(the castNum of sprite myButton) = 1
  11.   go frame label("$" & (the clickon - 5))
  12.   cursor 0
  13. end