I'm Sorry But I'm Completely Lost. How Would I Execute Any Of This? I Know You Said Webgl Does not Work On Your computer But is there anyway you could give me an example? And For The Effect Is This Canvas Plugin Or? Sorry Inadvance I'm A Noob.
Edit: I Have Done Some More Digging And I Have Found This Made By You A While Back:
[quote:3pez871x]Quazi's method would work just as fast in C2 except there is no way in C2 to save the result of an effect to use on the next frame.
Other than that the logic to move the pixels is simple.
* if the area is free below a pixel is free move it down.
* if the area is not free try to move down left or down right if those areas are free.
Here is a demonstration using my canvas plugin. As you can see it is very slow. For this sort of thing you'll want a method a lot faster, but for that you'll have to delve into some javascript.
dl.dropboxusercontent.com/u/5426011/examples17/sand.capx
But I Still Don't Quite Understand.