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

2015/1/12

Audio and auto fit screen

DesaGrammer DesaGrammer

2015/1/12

#
Hey all I what to add audio to my game and I want to make my screen auto fit depending on the screen resolution. can anyone help me please with either of them two Thanks
xFabi xFabi

2015/1/12

#
the game's size doesnt change with the screen resolution, its fixed in the world class super(....)
GreenfootSound bgm = new GreenfootSound("FileName.mp3");
bgm.playLoop
DesaGrammer DesaGrammer

2015/1/12

#
Thanks
You need to login to post a reply.