home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gFrameCounter, gMasterMoves, gDifficultyLevel
- if (gMasterMoves < 3) and (gDifficultyLevel > 1) then
- gFrameCounter = gFrameCounter + 1
- if gFrameCounter > 25 then
- gMasterMoves = min(gMasterMoves + 1, 3)
- go("replace_carts")
- else
- set the locV of sprite 52 to the locV of sprite 52 + 1
- set the locV of sprite 51 to the locV of sprite 51 + 2
- go(the frame)
- end if
- else
- end if
- end
-