|
1. Use CODE tags when posting source code here.
2. Time is not a variable, it is a class. You are trying to make an instance of that class (or create an object) with new Time()
3. You are missing the closing brackets for the tick() method and the Time class
4. In the set() method, change s=second to s=sec
__________________
"A stupid man's report of what a clever man says can never be accurate, because he unconciously translates what he hears into something he can understand."
- B. Russell
http://web.bryant.edu/~srk2
Last edited by skuinders; Aug 11th, 2005 at 2:17 PM.
|