home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1999 January / WPCJAN99.ISO / DXRS / Mainmn01.dxr / internet_19_INTPCWWEB.ls < prev    next >
Encoding:
Text File  |  1998-11-09  |  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.