looks like you have not instantiated the commText class unless it is a static class you must instantiate it.
I have used python bit the syntax would be something like...
...
x = commText()
x.update(timer)
...
"If I have seen further it is by standing on the shoulders of giants." Sir Isaac Newton, 1675
Last edited by ctbram; 06-03-2010 at 06:50 AM.