home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / dxrs / Mainmn12.dxr / internet_19_INTPCWWEB.ls < prev    next >
Encoding:
Text File  |  1998-10-12  |  256 b   |  11 lines

  1. on INTPCWWEB
  2.   global INTArrowCount, INTWebAnimTimer, IntWebArrowSprite, IntWebSprite, IntBrowserAlOption
  3.   if the mouseDown then
  4.     repeat while the mouseDown
  5.     end repeat
  6.     if rollOver(IntWebSprite) then
  7.       INTLaunchWWW()
  8.     end if
  9.   end if
  10. end
  11.