home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor(280)
- updateStage()
- end
-
- on mouseLeave
- cursor(0)
- updateStage()
- end
-
- on mouseDown
- sp = the clickOn
- puppetSound(3, "click")
- repeat while the stillDown
- end repeat
- repeat while soundBusy(3)
- nothing()
- end repeat
- mydir = "C:\MILK\milk1st"
- case sp of
- 26:
- go(1, "profile")
- 27:
- go(1, mydir & "\album")
- 28:
- go(1, "imageclip")
- 29:
- go(1, "gallery")
- 30:
- go(1, "accessory")
- 31:
- go(1, "quit")
- 32:
- basetwindowstate(bawinhandle(), "Minimised")
- end case
- end
-