home *** CD-ROM | disk | FTP | other *** search
- on mouseDown me
- puppetSound(1, "ClickSound")
- end
-
- on mouseUp
- if the platform = "Windows,32" then
- gotoNetPage(the moviePath & "Lockergnome\daily.html")
- else
- if the platform = "Windows,16" then
- gotoNetPage(the moviePath & "Lockergnome\daily.html")
- else
- gotoNetPage(the moviePath & "Lockergnome:daily.html")
- end if
- end if
- end
-