home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global betA, yourBet, gCase, btn, lastBet, btnSprt, bankRoll
- puppetSprite(btnSprt, 0)
- if (yourBet >= 50) and (btn = "BET") then
- set betA to -50
- set yourBet to yourBet + betA
- set bankRoll to bankRoll - betA
- set lastBet to yourBet
- set gCase to "DISP"
- end if
- end
-