is it possible to insert web page into Greenfoot scenario? I like to insert Google Map using JavaScript and HTML into my Greenfoot scenario. please give me some advice!
in other words, Any ideas on inserting JavaScript into Greenfoot?
Greenfoot can export your Scenario into a web page.
Than you can edit that web page maybe, I didn't know anything about JS.
I only tried to change that page in HTML
@danpost
may U R right
@won0c
It's alse possible for you to insert a web page into a scenario.
But that woud be a lot of work.
U can look into Greenfoot's souece code and U'd find out that the scenario is a base on a JPanel.
Than your problem comes to how to insert a web page into a JPanle.
Just search it on the internet~
@Upupzealot But that would make it impossible again to insert a normal world...
@won0c I don't think it's possible unless you feel like changing Greenfoots source, as said, but with the function to still add worlds.