Hi everyone, I need some help (again).
My game is almost finished, all I need is one more script information.
I'm making a breakout style game and when my ball gets out of vision, I made it come back on the paddle with this script:
x = paddleleft.x;
y = 27;
xvelocity=0;
yvelocity=0;
Everything works just fine, but what I'd like is that the ball fololows the paddle when it's brought back on it and till mouse button is pressed.
I've searched the forum, watched every demos I could find relative to the subject but i didn't find anything like this.
Anyone has an idea?