Although, they are both nicely layed out and have good source code, which is much more than other games of this nature.
one thing though, you have ALOT of redundant source code...
Such as:
sprite 100,0,0,1,
hide sprite 100
sprite 101,0,0,1,
hide sprite 101
sprite 102,0,0,1,
hide sprite 102
sprite 103,0,0,1,
hide sprite 103
sprite 104,0,0,1,
hide sprite 104
sprite 105,0,0,1,
hide sprite 105
sprite 106,0,0,1,
hide sprite 106
sprite 107,0,0,1,
hide sprite 107
sprite 108,0,0,1,
hide sprite 108
sprite 109,0,0,1,
hide sprite 109
Could be reduced to:
For i = 100 To 109
Sprite i,0,0,1
Hide Sprite i
Next i
But, other than that, good job
Jess.
Team EOD :: Programmer/Logical Engineer/All-Round Nice Guy