hi all,
im wondering how can i tween a numeric value lets say.
var number1;
/// in create function
number1 = 100;
///tween from 100 to 10 and show it by a text
text1.setText( " from 100 to 10: " + number1+ " ");
its possible?
im chasing a way to show player his score after complete world. but i wanna show him the time bonus and move the time left to zero on screen.
any suggestion?