home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global guserlist
- if btndown() then
- repeat with n = 31 to 35
- puppetSprite(n, 0)
- end repeat
- resetyokin()
- set d to the short date
- set the sakuradate of guserlist to d
- set s to the sakuramoney of guserlist
- put integer(s) into field "sakuMone"
- setfontsakura()
- go("EXIT")
- end if
- end
-