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,
I'm trying to find a way to make my main character bounce off a solid object on contact. I've tried using Bullet behaviour but don't want the main character to move using bullet movement.
I've also tried Physics behaviour but find it very difficult to understand. Is there another way to do this?
Develop games in your browser. Powerful, performant & highly capable.
You could try to change vectorY:
+ Player: On collision with Solid
-> Player: Set Platform vector Y to -500
-500 is only for example you have to look what's best for you.
Many thanks Asmodean.
Is there a way to get the character to move at a slight angle instead of just straight up? I've tried adding Vector X values but these don't seem to change anything.
Probably because of the deceleration in the platform settings. Try to set deceleration to a lower number.