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

2017/5/7

How can I export a scenario as a fullscreen game

Kamichalik Kamichalik

2017/5/7

#
So I want to export my scenario as a fullscreen game (app) without the run and reset tabs, can I do this somehow?
Yehuda Yehuda

2017/5/8

#
You can look at this scenario to see how to remove the control panel. The code that removes the controls is in the started() method in Screen (also calls the trim(... method).
Kamichalik Kamichalik

2017/5/13

#
Ok thanks but how do I make it fullscreen?
Yehuda Yehuda

2017/5/14

#
I don't really know about making a Greenfoot scenario full screen. I know how to get the dimensions of the screen, but I don't think it will be the way you want it to by just setting the World dimensions as that. I was planning on reading Lesson: Full-Screen Exclusive Mode API sometime in the future, but I have no idea if it will be any help for what you want.
You need to login to post a reply.