Hi Guys,
Can anyone tell me the logic for having the countdown before starting the game. I need my bike to start moving at the end of the 3-2-1 countdown.
Thanks
Rajat
Hi Guys,
Can anyone tell me the logic for having the countdown before starting the game. I need my bike to start moving at the end of the 3-2-1 countdown.
Thanks
Rajat
May be you should try with Threads/Timers.
Regards
Gopal
__________________
MobiQuil.com
An initiative by Developers for Developers.
http://www.mobiquil.com - Alpha - Launched.
hi Rajat,
"timers" should read: "TimerTask" I think:
http://java.sun.com/javame/reference...TimerTask.html
also please see that thread:
http://www.smackall.com/mobile-game-...topic.php?p=16
and look into "Clock" class that extends TimerTask and utilizes "countdown"
;)
hth,
regards,
Peter