Page 1 of 1

Text Counter

Posted: Thu Mar 28, 2019 9:58 pm
by profcodegen
Moho Debut 12. I'm building some instructional videos for first year Engineering, and I need to make a counter. As far as I can tell, my only option seems to be a layer for each digit in each position (e.g. 1-20 means 10 frames for the ones digit and 2 frames for the 10's digit and use the layer effects to turn the frames on and off as needed. Is there a better way?

Thanks.

Re: Text Counter

Posted: Thu Mar 28, 2019 10:10 pm
by slowtiger
If you need to show exact numbers, responding to some other element in the scene, a switch layer is one good way of doing this. It contains a layer for each number 0 - 9, plus one empty layer if you don't want leading zeros. Build that switch once, then duplicate it for as many digits you need. You can easily create a "running numbers" animation by switching through all numbers and make this a loop, then stop at the desired value.

Another solution would be a number strip within a mask: again 0 - 9, but arranged vertically on one layer, and the mask only showing one number at a time. This allows for an old-fashioned "numbers on a roll) effect, but needs more precision with placing each number.

Re: Text Counter

Posted: Fri Mar 29, 2019 1:05 am
by profcodegen
I haven't gotten to the switch layer in the tutorial yet, so I can look at that. That seems almost exactly
what I need. Thanks for the pointer.

Is there a way to do layer masking in Debut? The tutorial manual seems to suggest that Layer Masking is Moho Pro Only.

Re: Text Counter

Posted: Fri Mar 29, 2019 1:09 am
by synthsin75
profcodegen wrote:Is there a way to do layer masking in Debut? The tutorial manual seems to suggest that Layer Masking is Moho Pro Only.
Yes, you just have to use bone layers instead of group layers.

Re: Text Counter

Posted: Fri Mar 29, 2019 1:10 am
by profcodegen
Thanks.