
-----------------------------------
ClayWall
Fri Jan 14, 2005 11:35 am

Air Hockey
-----------------------------------
My grade 10 final project.  I know the physics could be better.  Also there could be music but I couldn't upload it.  Any help or changes would be awesome.

-----------------------------------
zylum
Sat Jan 15, 2005 11:36 am


-----------------------------------
looks very well done and clean... a few problems though. the balls dont bounce off each other properly, and the time goes by way to slow... it says each round lasts a minute but its more like 3. try using something like:

var t1 : int := 10000
var t2 : int

%other code here

t2 := Time.Elapsed
loop
    exit when t1 - (Time.Elapsed - t2) 