home *** CD-ROM | disk | FTP | other *** search
/ PC go! Special 11 / SPIELE2.ISO / demos / pitfall / pitdemo.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1995-11-15  |  167 b   |  13 lines

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