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
Hi im planing a game right now and its going to be similar to dark souls but pixelated 2d and i want to know what are my options.Is it possible to make my player do animation on pressed button only when is near specific object like in Dark souls when the player is near the bone fire he does the hand animation and lights it?
Yes
Develop games in your browser. Powerful, performant & highly capable.
You could do a System: distance(player.X,player.Y,firepit.X,firepit.Y) <= 10 (your distance) then do animation and other actions.