home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 31 / PCGAMER31.bin / activis / demos / mw2demo.dir / 00032.ls < prev    next >
Encoding:
Text File  |  1996-01-25  |  169 b   |  13 lines

  1. on enterFrame
  2.   if rollOver(7) then
  3.     go("game facts return")
  4.   end if
  5.   if not rollOver(7) then
  6.     go("game facts 2")
  7.   end if
  8. end
  9.  
  10. on exitFrame
  11.   go(the frame)
  12. end
  13.