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

2012/12/21

Creating a new button in menu

LordBeno LordBeno

2012/12/21

#
Hy. I've been looking everywhere and either can't find a solution or it's complicated and I get lost... So i have 2 forms in my World class- Background. One is Background() which opens when i run GreenFoot and Start() which populates the world with objects. Now i want to make a button, which will, once pressed, call Form Start(). For button I am using a .png button
danpost danpost

2012/12/21

#
In your 'Background' constructor, add the statement that adds the new object to its world.
You need to login to post a reply.