Question
help with dynamic text in animate cc
hello how are you, i have this problem in a dynamic text i want numbers to appear from a simple sum, my code is this
Var sum: Number = 1;
var counter: Number;
counter = sum +1; Text.text = "" + counter;
but it doesn't appear in the dynamic text and the instance of the dynamic text is called Text