Re: Can LifeVariation be applied to MOPixels?
Quote:
when title question is answered lock thread.
I've never understood this idea. Why must discussion be ceased the moment you have your answer? Threads can continue their usefulness afterwards for others at no expense to you.
Anyways, no. LifeVariation is for emissions only. This emission can BE a MOPixel, but it can't be applied to a MOPixel that isn't emitted by something.
Lua can achieve the same effect, with simpler control, quite easily, though.
Code:
function Create(self)
self.Lifetime = math.random(100,2000)
end
Just save that as a .lua, and apply it to the MOPixel using ScriptPath = filelocationname
Replace 100 with whatever minimum lifetime you want, replace 2000 with whatever maximum lifetime you want.