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

Comments for Benny's Tower Defense

Return to Benny's Tower Defense

A new version of this scenario was uploaded on 2021-01-21 23:22:39 UTC
A new version of this scenario was uploaded on 2021-01-21 23:27:29 UTC
Welp, I don't think the Greenfoot website is reading some of my code properly and it caused many errors somehow. Nor sure how to fix it, so here's the link to my github if you would like to download it from there instead :D https://github.com/BennyWu1210/ICS3U-Final-Project
danpostdanpost

2021/1/27

Try assigning the music in the constructor of the world instead of on the field declaration line of the GreenfootSound object.
danpostdanpost

2021/1/27

Field declaration: GreenfootSound background_music; In constructor: if (background_music == null) { background_music = new GreenfootSound("Background_music.mp3"); }
SwaggyXiaoSwaggyXiao

2021/1/28

NICEEEEE
A new version of this scenario was uploaded on 2021-05-14 20:27:39 UTC
A new version of this scenario was uploaded on 2021-05-14 20:31:04 UTC
OMG THANK YOU Now it works but the game takes 100 years to load :(
A new version of this scenario was uploaded on 2021-05-14 20:38:07 UTC
A new version of this scenario was uploaded on 2021-05-14 20:41:14 UTC