Matt pizzle

Greenhorn
+ Follow
since Apr 30, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Matt pizzle

I need some help with an assignment that I got set. It goes...


Using the animax package being studied in the, Object-Orientated Programming (CO207) module, design a SecondsTimer class that when instantiated produces a minutes and seconds display at any specified position on the screen and that automatically updates every second. Use two coupled counters that count from 0 to 59, each attached to a number graphic. Your system should include an internal player with a delay of 1000 milliseconds and the constructor of the system should start the player by sending it a play() message. Test your design by instantiating a number of SecondsTimers at different positions on the screen.


Any help or ideas would be great.
16 years ago