Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Nemnacill
Forum: Graphics Help 02-05-10, 12:01 PM
Replies: 35
Views: 47,267
Posted By Nemnacill
I'm not sure about how it would work in lua, but...

I'm not sure about how it would work in lua, but any pulsating effect can be achieved with a simple sinus function.

pseudo code:
var sequence = 0;
sequence ++;
AlphaProperty = sin(sequence);

this...
Showing results 1 to 1 of 1