Re: Bouncing balls in Curl

2005-12-24 Thread pang tee
Briscoe [EMAIL PROTECTED] wrote: pang tee wrote: Can someone make this 3D ball bounce at the click of a button and after 2 seconds stop the ball in mid air and make a random number appear on the face of the ball while the ball becomes bigger?/nearer to the screen? Thanks. */pang tee <[EM

Re: Bouncing balls in Curl

2005-12-27 Thread pang tee
lapsed-time:Time = {start-time.elapsed} let t:Time = {abs (elapsed-time mod drop-time*2) - drop-time} let y:Distance = start-y + 0.5 * 2(cm/s^2)*(t * t) {c1.move-to-xy box, start-x, y} {f.add {random.next-roll}, replace? = true} } }||-- {c1.add||-- x = 2in,||-- y = 1in,||-- {text font-wei

Re: Bouncing balls in Curl

2006-01-13 Thread pang tee
l}, replace? = true} } }||-- {c1.add||-- x = 2in,||-- y = 1in,||-- {text font-weight = "bold", Words}||-- }}- Original Message - From: pang tee To: curlbreaker-l@curl.com Sent: Sunday, December 25, 2005 11:31 AM Subject: Re: Bouncing balls in CurlThanks Duke and Kama