ok here the code now, and the error message still comes up saying "error in MAIN line 37, 'if(key_d){boxie.pos_x -=24*time_step}' "

function animateboxie()
{
while(1);
if(key_d){boxie.pos_x -=24*time_step}
wait(1);
}


Sorry, im new. I have a tendency to ask really simple questions, so please be patient.