home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 18 / MacAddict_018_1998_02.iso / MEDIA / Imagine.dxr / 00020.ls < prev    next >
Encoding:
Text File  |  1997-12-03  |  163 b   |  10 lines

  1. on mouseUp
  2.   global gBrowser
  3.   puppetSound("beep")
  4.   if the optionDown then
  5.     launchURL(gBrowser, "http://www.thenet-usa.com")
  6.   else
  7.     go("Net")
  8.   end if
  9. end
  10.