From 29863b852a9fb2bad8bde7bbb504181bbb210b55 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Fri, 6 May 2011 15:34:27 +0100 Subject: [PATCH] BouncingBalls example: use onFrame for animation and simplify some things. --- examples/Scripts/BouncingBalls.html | 59 +++++++++++------------------ 1 file changed, 23 insertions(+), 36 deletions(-) diff --git a/examples/Scripts/BouncingBalls.html b/examples/Scripts/BouncingBalls.html index 2b5de007..afb5a36c 100644 --- a/examples/Scripts/BouncingBalls.html +++ b/examples/Scripts/BouncingBalls.html @@ -7,15 +7,13 @@

Click to add circles:

- + \ No newline at end of file