Here are your errors>>>
1) your setting my=player; >>> should be player=my;
2) To turn left >>> my.pan += 3*time_step;
3) To turn right >>> my.pan -= 3*time_step;
4) You need to place a wait(1); after the 3rd from last curly bracket.
And make sure you have attached the action to the player entity in WED.
Last edited by DJBMASTER; 01/07/08 01:44.