1. You have to add a timer to each level. Then just set the interval less on level two then level 1, and even less on level 3. The interval is mesured in ms. So 1000ms = 1sec. Then in the Timer event, do what ever you want when the time is out.


2. You havn't made the snail the same size as the black sqares. The snail is 25*25 pixels. And the Black Sqares are 33*33


3. Just have an if test or something that tests if you are on a spesific X, Y coordinate after you have moved.

3. Or you can set the value to 2, one place in the array. Then do an if test after you have moved, and check if you are standing on the place in the array where it sais 2.


Hope that helped