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
Field declaration:
GreenfootSound background_music;
In constructor:
if (background_music == null)
{
background_music = new GreenfootSound("Background_music.mp3");
}
2021/1/27
2021/1/27
2021/1/27
2021/1/28
2021/5/14