[messages] [Module Design] Points Counter
Thomas Russ
tar at isi.edu
Mon Nov 15 15:01:21 MST 2010
On Nov 15, 2010, at 8:11 AM, Extralean wrote:
> How do you add a Points Counter that can be increased/decreased from 0
> to 50 for instance. A counter is required for each player.
I think you could do it either by
1. Having separate layers for each count, and move between layers.
You can set the layer follows property option.
2. You could have a text label that reports the value of a property
on the counter, and have a key command to increment or decrement the
property value.
More information about the messages
mailing list