this is a test project for a particle framework. normally, only 300 objects can be on the screen at a time, but i've programmed a work-around technical details: multiple sprite properties (x,y,size,etc) are kept in a list, and are rendered by increments. you can have up to 40K objects on screen with this system, if your browser can handle it.