Hi guys..can somebody help in how to make the pinball paddle with no phisics?
What I need is the rotatation with a limit..and than that it "falls" back. If somebody could post a capx file it would be so awesome
thanks guys
Wouldn't it just be a
on button down - rotate towards angle
on button not down - rotate towards angle
adding a condition - if angle is between bla and blabla to not trigger if unneeded and offf you go..
Develop games in your browser. Powerful, performant & highly capable.
thanks, I have a bulet behavior for my ball. How can I slow down in time the speed. I am sure with lerp. But where to use it and how can I decide the duration of slow down ...
thanks a lot
I'm not sure why you'd want to slow down over time, but using lerp wouldn't be necessary.
every x seconds set the speed to speed-10 would work,
But I would opt for trying bullet gravity..
thanks
hmmm sorry... did not really work with the paddle...do U have a quick capx sample... ? sorry 4 such a begiiner question.. (BLUSHED)