Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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.
Develop games in your browser. Powerful, performant & highly capable.
I am sorry but i just joined Construct and dont understand all that
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