home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global stock, reserve, foundation, foundation_count, reserve_count, points, firstSprite
- foundation = [:]
- reserve = [:]
- stock = shuffle()
- foundation_count = 1
- reserve_count = 1
- points = 0
- firstSprite = []
- startTimer()
- end
-