home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / main / 00015_Lockergnome.ls < prev    next >
Encoding:
Text File  |  2000-06-22  |  359 b   |  16 lines

  1. on mouseDown me
  2.   puppetSound(1, "ClickSound")
  3. end
  4.  
  5. on mouseUp
  6.   if the platform = "Windows,32" then
  7.     gotoNetPage(the moviePath & "Lockergnome\daily.html")
  8.   else
  9.     if the platform = "Windows,16" then
  10.       gotoNetPage(the moviePath & "Lockergnome\daily.html")
  11.     else
  12.       gotoNetPage(the moviePath & "Lockergnome:daily.html")
  13.     end if
  14.   end if
  15. end
  16.