home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / casestdy / ch12_isn / ledshow.dcr / 00054.ls < prev    next >
Encoding:
Text File  |  1996-11-13  |  121 b   |  11 lines

  1. global gURLName
  2.  
  3. on mouseDown
  4.   if gURLName = " " then
  5.     exit
  6.     beep()
  7.   else
  8.     gotoNetPage(gURLName)
  9.   end if
  10. end
  11.