Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I am new to construct and am trying to make a racing game.I want that when i press 'left' the car should jump to the left position.I dont want it to move normally.when i tried to send it to x=-4 it jumped to that axis of the room.How can i make it jump to x -4 from the current pos?
I think the usual method is to use a dummy sprite with multiple image points.
If you give the dummy the movement behavior, and have 2 different image points, you can have the car pick via variable which image point it should set position to.
I am sorry but i just joined Construct and dont understand all that
Develop games in your browser. Powerful, performant & highly capable.
No time to explain now, but here's a cap to play with.
http://dl.dropbox.com/u/666516/laneimagpoint.cap
I'm not sure if you mean this but just take the old car.x and add +4 to it?
Like this: set car.x= car.x+4
If you don't get what I mean just tell and I post a cap
Would be uber simple and so on