Hi folks! I've just used search to find some solution, but all examples are not what exactly what I am looking for. There is a picture:
<img src="http://rumorapps.com/bounce.png" border="0" />
Any ideas hot to create action like this?
Can't you just use the physics behavior?
I used it, but I need more bounce effect. I mean to increase bounce distance.
You can increase elasticity of the object falling in the Physics properties. That makes things bouncier. Did you try that? (While Physics is applied to object.)
Develop games in your browser. Powerful, performant & highly capable.
Else you can also try adding a bullet behavior to the square (with the "Bounce from solid" property set to yes) and a solid behavior to the triangle.
With the correct settings applied to the bullet properties, you should be able to obtain what you want.
Yeap, thanks, I modified elasticity and got required result :)