home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global tileSO, pathIndex, usedGrid, playerTMoves, playerTCaptures, playerTLosses, whichLevel, gameScore, mustGiveUp
- tileSO = 5
- sprite(tileSO).locZ = 1
- initializeBoard()
- pathIndex = []
- usedGrid = []
- playerTMoves = 0
- playerTCaptures = 0
- playerTLosses = 0
- whichLevel = whichLevel + 1
- member("Captures").text = "0"
- member("Losses").text = "0"
- member("Moves").text = "0"
- member("Games").text = string(whichLevel)
- mustGiveUp = 0
- calcScore()
- go(9)
- end
-