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

2015/1/12

Help using mouse clicks to change worlds!

ADK ADK

2015/1/12

#
Hi, I am making an application which uses over 10 different worlds. It is a facts application so each world displays a new fact. I want the app to switch screens (to a different fact) whenever I click anywhere on the screen. What code can I use to achieve this?
danpost danpost

2015/1/12

#
Please read the documentation of the 'mouseClicked' method of the Greenfoot class.
You need to login to post a reply.