Step 1: Movement
Anybody caught using the default platform movement is appropriately punished by death, so, it is required we create our own custom platform movement. As follows:- Repeat while "Left Arrow" is pressed
Repeat while "Right Arrow" is pressed
: Change animation sequence to Walking
: Set X position to X( "
" )-2
: Set direction to 
- Repeat while "Right Arrow" is pressed
Repeat while "Left Arrow" is pressed
: Change animation sequence to Walking
: Set X position to X( "
" )+2
: Set direction to 
- Repeat while "Left Arrow" is pressed
- Repeat while "Right Arrow" is pressed
- OR
Repeat while "Left Arrow" is pressed
Repeat while "Right Arrow" is pressed
: Change animation sequence to Stopped
- X position of
< 32
: Set X position to 32
- X position of
> Frame Width-32
: Set X position to Frame Width-32
- Always
: Center display at 0,0 from 
: Hide Windows mouse pointer
5