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 smart people,
I have a platformer that when the player overlaps a sprite, turns into 8-direction control. Works great. How can I get the player to return to platform control after no longer ovelapping sprite? Thanks for your help. Attached Capx.
I'm using 184, so I can't see, but will this work?
if overlapping
then disable platform
and enable 8-direction
else
disable 8-direction
and enable platform
Hi, thanks for looking at this. Here it is exported using that method.
fridayjams.com/games/kill
Not sure how to get him back on platform.
...
Develop games in your browser. Powerful, performant & highly capable.
Thank korbaach - Looks great. I will have to think about how I can implement it into my current game.