error is "on_w = move_ahead;" part of the code. try with this instead "on_w" part:

while(1)
{
if(key_w) move_ahead;
wait(1);
}



Ubi bene, ibi Patria.