home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף: 100 משחקים Windows 95 / 100-games-cvr-GAMES96.iso / think1 / shgmdemo / shgmdemo.dir / 00080.ls < prev    next >
Encoding:
Text File  |  1995-04-13  |  141 b   |  12 lines

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