This site requires JavaScript, please enable it in your browser!
Greenfoot back

Comments for Racing

Return to Racing

A new version of this scenario was uploaded on Mon Oct 15 17:25:49 UTC 2012
Game/maniacGame/maniac

2012/10/15

Awsome!!
Game/maniacGame/maniac

2012/10/15

Try out my world Tanker
Game/maniacGame/maniac

2012/10/15

:)
-nic--nic-

2012/10/15

thanks for liking ill try tomorrow at school as i cant play on the website at home
SPowerSPower

2012/10/16

Good work! It would be more fun when you bounce off the red bars :)
-nic--nic-

2012/10/16

Ive changed it slightly but not yet updated yet tanks for the like
A new version of this scenario was uploaded on Tue Oct 16 16:42:12 UTC 2012 added lap counter using a check point system
A new version of this scenario was uploaded on Wed Oct 17 16:43:24 UTC 2012 Added a timer and changed checkpoint checking (still having problems)
A new version of this scenario was uploaded on Wed Oct 17 18:52:22 UTC 2012 Scoreboard as i cant test on the website please can you tell me if the scoreboard works?
-nic--nic-

2012/10/17

as i cant test on the website please can you tell me if the scoreboard works?
Game/maniacGame/maniac

2012/10/17

no the scoreboard does not work
-nic--nic-

2012/10/17

ok thanks
Game/maniacGame/maniac

2012/10/17

for the squares are you using the canSee() method, if you are go into the animal class and Duplicate the canSee() method then rename it canTouch() and where it says getOneObjectAtOffset() to getOneIntersectingObject() then use that for the squares on the track
A new version of this scenario was uploaded on Wed Oct 17 19:32:40 UTC 2012 Scoreboard is working now and the checkpoints light up
-nic--nic-

2012/10/17

ok ill try it
-nic--nic-

2012/10/17

thanks it works great
A new version of this scenario was uploaded on Wed Oct 17 19:37:42 UTC 2012 New checkpoint testing nom working Thanks Game/maniac
Game/maniacGame/maniac

2012/10/17

Your welcome
shivangshivang

2012/10/20

how did u add the countdown ? I want to add the same in one of my project..it shuld start up when i click on a box. Can u help me out?
danpostdanpost

2012/10/20

@shivang, he imported the Counter class that comes with Greenfoot 2.2.0 and above and used the system time to control the value.
-nic--nic-

2012/10/25

i also imported the timer class and used the millisElapsed() to count down in seconds