home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1997 January / PCA0197.ISO / demos / take / menu.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1996-09-03  |  85 b   |  8 lines

  1. on exitFrame
  2.   if not rollOver(10) then
  3.     go("1a")
  4.   else
  5.     go("g")
  6.   end if
  7. end
  8.