home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gqzheart, guserlist
- set money to the money of guserlist
- if gqzheart >= 9 then
- puppetSound(3, "PI")
- go("GENKI")
- else
- if money < 30 then
- puppetSound(3, "PI")
- go("NOMONEY")
- else
- go(the frame + 1)
- puppetSound(3, "PI")
- end if
- end if
- end
-