When you get out the safe spot go strait and doge the red squares keep doing it until you reached the safe spot. (other levels you have to get yellow circles then leave.
Chat with our AI personalities
What? my name is who? My name is tik a tik a slim shady
I have gotten halfway by getting the bottom two yellow dots. when the level begins, just go straight across, and when you get about 1/4 of the way, you go diagonal down. then you have to try and get back up without being hit. to do this you have to be VERY patient. so just keep trying and who knows. maybe you will even beat the level while I am still on it! :P :P :P :P
the code to level on the game orb is 91431.
4 pics 1 word changes the pictures for each level, game to game, so it is impossible to answer, sorry
Ini files. Open up notepad, and do this: [Levels] level[1]=0 level[2]=0 level[3]=0 Keep adding to the level[number] number until you make it to how many levels you have. Save the file as levels.ini. That will be bundled with your game, or you will have the game write that out if it doesn't exist. Whenever you beat a level, have the game write to the ini file that level[the next level] is now 1. In the level select screen, have it check if the level=1. If it doesn't, have it not allow you to enter that level. If it does = 1, allow you to enter. Ini files can also be used for more efficient saving/loading, creating settings, and more.