|
|
|
|
Left Mouse Button
Right Mouse Button (hold) Shift (hold) Alt (hold) Spacebar Delete Shift+Delete Alt+Delete Ctrl+A Ctrl+Alt+A Ctrl+I Ctrl+C (single tile selected) Ctrl+V (sample) Ctrl+C (multiple tiles selected) Ctrl+V (copy) Ctrl+Z Shift+Z C D Arrow Keys Shift+Arrow Keys Arrow Keys (game camera) Shift+Arrow Keys (game camera) |
Select tile
Drag-select tiles Add to selection Remove from selection Apply currently selected item to selection Delete the currently selected item's layer from selection Delete all layers and connections from selection Remove the currently selected item type from selection Select all tiles Clear selection Invert selection Saves a sample of the selected tile into memory Replaces the selected tiles with the last saved sample Copy selected tiles Paste copied tiles Undo changes Redo changes Connection mode Disconnect selected tiles Move selection Move selected tiles Move camera Move camera faster |
int var = 32 |
free var
|
int var = RandomInt(0,4) Message("The value of var is " + IntToString(var)) |
if (RandomInt(0,1) == 0) Message("Random integer is zero.") elseif (RandomInt(0,1) == 0) Message("Random integer is indeed zero.") else Message("I give up. Random integer is one.") endif while (i < 32) i++ endwhile |