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

Report as inappropriate.

milkythemoose7
milkythemoose7 presents ...

2012/8/9

My first game.

No description.

1913 views / 439 in the last 7 days

1 vote | 0 in the last 7 days

Tags: game

Your browser does not support the canvas tag.
I liked your game. It was simple, yet fun and addictive. I think it might need some sounds like sirens, horns, and possibly a crash sound when the ambulance hits a car. Anyway, those are simply suggestions, I really enjoyed the game. Nice job.
shilpasethishilpasethi

2012/8/9

pls tell how to make
ZamohtZamoht

2012/8/9

Okay in your scenario folder, there is a folder called 'sounds'. Put your sounds in that folder and then in your code write Greenfoot.playSound("crash.wav"); or whatever your sound file is called. I made a fast test scenario for this, and my world code look something like this: public int playSound = 0; public void act() { playSound++; if (playSound > 100) { Greenfoot.playSound("test.wav"); playSound = 0; } }

Want to leave a comment? You must first log in.

Who likes this?

robert.kerntkeii