Re: [Tutor] Ball in Box

2008-04-13 Thread Kent Johnson
brebreman3 wrote: > I have drawn the circles by the circ.draw and i have defined the radius of > the circle. I do know how to also get them to move just I don't know how to > do friction and get them to only bounce inside of the pool table that was > created. Can you show us some code? You will

Re: [Tutor] Ball in Box

2008-04-13 Thread brebreman3
I have drawn the circles by the circ.draw and i have defined the radius of the circle. I do know how to also get them to move just I don't know how to do friction and get them to only bounce inside of the pool table that was created. Kent Johnson wrote: > > brebreman3 wrote: >> I don't have a c

Re: [Tutor] Ball in Box

2008-04-13 Thread Alan Gauld
"brebreman3" <[EMAIL PROTECTED]> wrote > I have a program i am trying to create where the user clicks inside > of a red > parameter inside of the window. The user has an unlimited amount of > clicks > in order to create their own pool table. I would like for the ball > to > bounce inside of

Re: [Tutor] Ball in Box

2008-04-13 Thread Kent Johnson
brebreman3 wrote: > I don't have a clue how to get the ball to bounce inside of the > pool table and for the pocket to be created inside the pool table. How are you representing the balls? Do you know how to get them to move? What are you using to draw them? Kent

[Tutor] Ball in Box

2008-04-13 Thread brebreman3
I have a program i am trying to create where the user clicks inside of a red parameter inside of the window. The user has an unlimited amount of clicks in order to create their own pool table. I would like for the ball to bounce inside of the pool table they just created and for it to fall insid