home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00342_Script_342 < prev    next >
Text File  |  1995-01-01  |  350b  |  11 lines

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