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

2015/2/13

How to create an on-screen user guide ?

andreiyy12 andreiyy12

2015/2/13

#
Can anyone please tell me how I can Create an on-screen user guide for the game in HTML and have it launch within Greenfoot using the F1 key.
if (Greenfoot.isKeyDown("F1"))
danpost danpost

2015/2/13

#
This will work locally (from your system within greenfoot); but, I believe, for security reasons, it will not be allowed to work from the greenfoot site.
You need to login to post a reply.