1 decade ago by prashhnt
hello,
i am a newbie to impact. i am working on a small game in which i want to move 3-4 background layers with different speeds. how can i manage this?
by using following code, all the background layers moves with players.
this.screen.x = player.pos.x - ig.system.width/2;
but i want to give a 3D look to the background. Any suggetions?
i am a newbie to impact. i am working on a small game in which i want to move 3-4 background layers with different speeds. how can i manage this?
by using following code, all the background layers moves with players.
this.screen.x = player.pos.x - ig.system.width/2;
but i want to give a 3D look to the background. Any suggetions?