Page 1 of 1

New Guy

PostPosted: Wed Dec 31, 2003 3:03 am
by runescaper
:) Hey im new i just started making games and i am trying to make moon defender but i cant get the view to follow the car.can anyone help me


[/list][/code][/quote]

PostPosted: Wed Dec 31, 2003 4:32 pm
by makslane
See "Draw Actor" event in "Lunar vehicle" section of tutorial.

The view will be move with this code:

view.x = x - view.width/2.0;