Here is my favorite so far. (I made it! :D) It looks awesome on a new save with radial gravity ON. Hit the checkbox for walls on the sides too. Here is the code:
tpt.el.eqve.enabled=1
tpt.el.eqve.menu=1
tpt.el.eqve.menusection=10
tpt.el.eqve.description="The random element."
function EQVE()
a=math.random(0,2)
b=math.random(-10,10)
c=math.random(0,999999)
d=math.random(-999,9999)
e=math.random(0,10000)
tpt.el.eqve.name=d
tpt.el.eqve.color=c
tpt.el.eqve.gravity=b
tpt.el.eqve.falldown=a
tpt.el.eqve.heat=e
tpt.el.eqve.weight=b
end
tpt.register_step(EQVE)
It is awesome! Try looking at it while hearing music. (User's discretion: This may cause seisures. Use at your own risk.)
Thats exactly the point....