goo.gl/IXe1XY
can someone review this .capx
i want the black paddle to be like a pinball paddle but i dont want it to stay in one position. i want it to have physics, like to fall. iam not making a pinball game just something similiar with pinball paddles.
Here the fix: https://www.dropbox.com/s/kn18m2apbn7n5 ... .capx?dl=0
and topic in forum about pinball physics: how-do-i-create-realistic-pinball-physics-explained_t185651
Develop games in your browser. Powerful, performant & highly capable.
alextro can you help me with this one mechanics prnt.sc/fezusr
when button is pressed it smothly changes position to position 2. when button released it smothly goes back to its basic position
Smooth rotation right? use anglelerp for example; set angle > anglelerp(self.angle, 60, 0.2)