home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / DevGallery / ISYS / Source / MEMOREX1.DIR / 00039.ls < prev    next >
Encoding:
Text File  |  1996-05-10  |  191 b   |  12 lines

  1. on enterFrame
  2.   set the visible of sprite 20 to 0
  3.   if rollOver(22) then
  4.     set the visible of sprite 20 to 1
  5.   end if
  6. end
  7.  
  8. on exitFrame
  9.   set the visible of sprite 20 to 1
  10.   go("What")
  11. end
  12.