No
No
Out of context: Reply #5
- Started
- Last post
- 7 Responses
- fusionpixel0
Dont start variables with numbers.
new code:
countDisplay = function(limit, whichType) {
if (whichType == c1) {
this.text1c.text= i++;
}
}
_global.typeCount = function(limit, whichType) {
setInterval(countDisplay, 10)
}