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,
How can I set "bounce of solid" property of the bullet behavior in runtime? More specifically, I have it disabled at first, but I want to turn it on while playing. It seems there's no action of bullet behavior can do this.
Develop games in your browser. Powerful, performant & highly capable.
You can add two Bullet behaviors to one sprite. One with "Bounce of solids", one without.
Then in runtime simply disable one behavior and enable another.
dop2000 Thank you! That seems a little overkill, but the only one possible. I wonder why C3 devs don't make an action that directly sets "bounce of solid" property. That would be much simpler.
I wonder why C3 devs don't make an action that directly sets "bounce of solid" property. That would be much simpler.
A good idea. Why not make a formal suggestion HERE.