0 Members and 1 Guest are viewing this topic.
This can also be recreated if you use the following syntax, and this is something I recently discovered:Compare the following two: Circle(0,0,10 makes a slow circle at origin with a radius of 10.Circle0,0,10,{-i} makes a fast circle of the same dimensions. The i is the imaginary I. Test it on the CSE please!
Dapian, it doesn't work. It was removed because they added the color syntax to it. The circle drawing routine is actually faster than what it used to be, though.As to my project, I've started in on win detection. Going to be fun to implement. :p