[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

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: >&g