As New year is approaching, I am interested in making a countdown using magic.
Is there a simple way to create one text, wait for one second and display another text and so on? with as little scenes as possible? The "only" way I have found is to use the playlist for the timing and create... 60 scenes (one per second)... Is there an easiest way?
Thanks.
Countdown
Re: Countdown
You'll need a little bit of maths or experimentation to get the positioning right for this but with the values in the sceen-shot you'll get a perfect looping countdown. The Increase modifier controls the speed - I haven't timed this exactly but 1.8 seems to give close to 1 second. This set-up will loop the countdown endlessly but you can always change the Wrap to a large number to give yourself a chance to kill the node before it loops again.
Add a Smooth modifier after the Wrap for a nice effect. Actually, you can get rid of the first translate node by adding an Offset of -12 after the Wrap. Can't get much simpler than that!
Add a Smooth modifier after the Wrap for a nice effect. Actually, you can get rid of the first translate node by adding an Offset of -12 after the Wrap. Can't get much simpler than that!
Re: Countdown
There are lots of different ways to do this. What Sadler said is a great solution. Or you could use the InputSelector or MultiMix modules, which allow you to display different things in the same scene (see the LayersExamples sample project for an example of how the InputSelector works). Or, you could use the JpegFolder module and display jpegs at 1 frame per second.
Re: Countdown
Merry Christmas and a Happy New Year