Arcanoid Arcanoid DEBUG mode: -------------------- Submitted by: RM Start the game with parameter "debug". ("arcanoid.exe debug"). Now, while playing, you can press "backspace" to open command window. Here you can type any GameMaker's GML command ;) I will post 2 of them here. 1. "room_goto(levelXX);" where XX is number from 1 to 50 (ex. room_goto(level5); room_goto(level45); ) will let you enter any game level. 2. "lives=99;" will give you 99 lives. Commands should be written without quotes. PLEASE NOTE: in debug mode, you can send direct GML commands to the game. Misspelling can cause game to hang up!