home *** CD-ROM | disk | FTP | other *** search
/ Games for Windows 95 / ODYSSEY.mdf / demos / ewj / ewjdemo.dir / 00032.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  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.