Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lluvia={"N"} --N es un número desde 0 hasta el 42
- pAtOnce=20
- radiusX=100
- radiusY=100
- function eventLoop(ct,tr)
- for i=1,pAtOnce do
- tfm.exec.displayParticle(lluvia[math.random(#lluvia)],math.random(400-radiusX*4,400+radiusX*4),math.random(200-radiusY*2,200+radiusY*2),10,10,0,0,nil)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment