Please be more specific, like this:
"Hi, I am making. Tennis game, and I need to know:
I need to know how to make a ball go back and forth by paddles."
If you give more details, I could help you a lot better.
Another thing, just posting that you need help making a game sounds more like a collaboration than a problem that needs fixing. If you want someone to go in with you to help make the game, then consider posting this in "Collaboration".
Regards,
CAA14
Last edited by CAA14 (2013-02-26 22:13:50)
Offline
ok. I need help making the ball go to the paddle that is NOT conrolled (I know how to make it go randomly(sort of)) but I also need help to with what it should be like (like pong, a tennis match game etc.)anyways thats what I need help with.Thanks!
Offline
CAA14 wrote:
Please be more specific, like this:
"Hi, I am making. Tennis game, and I need to know:
I need to know how to make a ball go back and forth by paddles."
If you give more details, I could help you a lot better.
Another thing, just posting that you need help making a game sounds more like a collaboration than a problem that needs fixing. If you want someone to go in with you to help make the game, then consider posting this in "Collaboration".
Regards,
CAA14
No. Not a collaboration. It sounds like they're asking someone else to do their project for them.
Offline
Okay, I will get back to you on this soon, maybe tomorrow. I see that you're not asking others to do your project now... But the title sure seems like it.
Next time, use a more specific name for the problem. It is VERY annoying when a person just says "How do I make a game"... Again, I know you're not doing that... But someone has before to me.
Regards,
CAA14
Offline
Okay, Here's a script that will have the ball go back and forth:
when gf clicked forever if <touching? [paddle 1 v] > point in direction <[direction v] of [paddle 1 v]> end endDo the same with paddle 2.
when i receive [ball serve v] forever if < not < (ball gone) = (yes) > > move (10) steps end endYou should have sensors that tell the program if the ball have been hit past a player, and if so, it would grant the right point and then tell the ball server to serve again.
Last edited by CAA14 (2013-03-01 16:31:36)
Offline