Nutcracker: New effect, countdown timer

smeighan

Dedicated elf
Joined
Jan 19, 2012
Messages
1,109
Location
4217 Greenfinch Dr CO 80126
Just in time for new years.


2 digit Countdown timer. I calculate the number of frames needed for one second timing. So the sequence duration kind of doesn't matter. You countdown from 15 and your sequence is 15 seconds.




countdown Effect Settings
username f
user_target AA_MATRIX
effect_class countdown
submit Submit Form to create your effect
effect_name COUNT_DEMO1
window_degrees 360
frame_delay 100
color1 #FFFFFF
color2 #000000
start_seconds 10
fade_3d n
seq_duration 1
fade_in 0
fade_out 0
OBJECT_NAME countdown
batch 0
show_frame N


AA_MATRIX~COUNT_DEMO1.gif



You can change color of digits and background. You can also select for digits to fade as they count.


So here is two color timer with fade


countdown Effect Settings
username f
user_target AA_MATRIX
effect_class countdown
submit Submit Form to create your effect
effect_name COUNT_DEMO2
window_degrees 360
frame_delay 100
color1 #FF0000
color2 #180787
start_seconds 10
fade_3d y
seq_duration 1
fade_in 0
fade_out 0
OBJECT_NAME countdown
batch 0
show_frame N


AA_MATRIX~COUNT_DEMO2.gif





I know that the colors dont seem to stick. Ill work on fixing that tomorrow.


thanks
sean
 
Top