home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 10 / MacAddict_010_1997_06.iso / media / imagine.Dxr / 00015.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  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.