Stage 0 UVType NoMatrix //---------work on PC---------------- //[RFACTOR] // TIME 20 MULTIPLY // 0 255 WRAP //[END] //[GFACTOR] // 0 //[END] //[BFACTOR] // 0 //[END] //---------work on xbox------------ [RFACTOR] time 1000 DIVIDE //alter 1000 to change speed softtriangle //generates a sine wave (but from 0..1). Repeats time = 1 second 0 255 map //re-maps a value from [0..1] into the range [0..255] [END] [GFACTOR] 0 [END] [BFACTOR] 0 [END]