home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 24 / MacAddict_024_1998_08.iso / Media / Imagine.dxr / 00015.ls < prev    next >
Encoding:
Text File  |  1998-06-03  |  161 b   |  10 lines

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