smeighan Posted November 26, 2012 Posted November 26, 2012 New Effect.This is a pretty simple effect, it allows blinking your pixels and changing the blink speed.A new prompt, blink_speed, is how many ms the led is on and how long it is off.Unlike all previous effects, this blink rate will be calculated using your frame timing. So if you choose 200ms, it will be 200ms regardless of frame timing.Standard multi color strings are RED, GREEN, BLUE, YELLOW and PURPLE. The 5 colors i choose match these colors.For this first effect I set sparkles variable to 100%. This means every pixel in your target will be blinking.twinkle Effect Settingsusername fuser_target Aeffect_class twinklesubmit Submit Form to create your effecteffect_name TWINKLE1window_degrees 180frame_delay 100sparkles 100blink_speed 300color1 #FF0000color2 #FFFF00color3 #FF00FFcolor4 #0000FFcolor5 #00FF00show_frame Nseq_duration 5fade_in 0fade_out 0color6 #FFFFFFdirection down$use_background Nbackground_color #FFFFFFfade_3d Nrainbow_hue Nhandiness Rspeed 1batch 0OBJECT_NAME twinkleHere instead of 100% of the pixels blinking, i choose 20%.I also changed the colors.I slowed the blink rate from 300 ms to 500ms.The blink rate should be calculated using your frame timing and allows you to pick how fast the lights blink.If you pick 500 then a pixel will be on for 500ms and off for 500s.twinkle Effect Settingsusername fuser_target Aeffect_class twinklesubmit Submit Form to create your effecteffect_name TWINKLE2window_degrees 180frame_delay 100sparkles 20blink_speed 500color1 #FFFFFFcolor2 #230AFFcolor3 #FFFFFFcolor4 #0011FFcolor5 #FFFFFFshow_frame Nseq_duration 5fade_in 0fade_out 0color6 #FFFFFFdirection down$use_background Nbackground_color #FFFFFFfade_3d Nrainbow_hue Nhandiness Rspeed 1batch 0OBJECT_NAME twinkle
smeighan Posted November 27, 2012 Author Posted November 27, 2012 twinkle effect was missing from projects.it has now been added so you can use this effect in any of your projects
Recommended Posts