home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 July / Software of the Month - Ultimate Collection Shareware 263.iso / mac / Business / Y2K Assistant / action.Dxr / 00062.ls < prev    next >
Encoding:
Text File  |  1999-03-02  |  154 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(21) then
  3.     set the memberNum of sprite 4 to 228
  4.   else
  5.     set the memberNum of sprite 4 to 211
  6.   end if
  7.   go(the frame)
  8. end
  9.