jjoossee94
jjoossee94
1 / 0
8th Aug 2013
8th Aug 2013
function luz() x=tpt.mousex y=tpt.mousey for i=-10,10,0.1 do for k=-10,10,0.1 do tpt.create(x,y,"phot") tpt.set_property("vx",i,x,y) tpt.set_property("vy",k,x,y) end end end

Comments