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.