home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global Cnt, Opt
- set Cnt to the controlDown
- set Opt to the optionDown
- if Cnt then
- set Cnt to 2
- end if
- if Opt then
- set Opt to 2
- end if
- puppetSound("cardDeal")
- updateStage()
- end
-
- on mouseUp
- global Opt, Cnt
- if Opt and (Cnt <> 2) then
- keySound("CardHelp")
- return
- end if
- CCrandomCard()
- end
-