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

2019/12/2

I need help with a level select screen

kahn kahn

2019/12/2

#
I'm trying to set up a level select screen that has two options but i'm struggling to nullify one segment of code when a option is clicked
danpost danpost

2019/12/2

#
kahn wrote...
I'm trying to set up a level select screen that has two options but i'm struggling to nullify one segment of code when a option is clicked
I cannot tell exactly what you are trying and cannot fix unknown codes. Show ALL relevant codes (working or not).
kahn kahn

2019/12/5

#
public void click() { if (Greenfoot.mouseClicked(this)) getImage().setTransparency(0); getWorld().removeObject(start2); this is supposed to remove both of the start options but it does not
danpost danpost

2019/12/5

#
kahn wrote...
this is supposed to remove both of the start options but it does not
Not enough info. How and where is start2 defined and assigned its value?
kahn kahn

2019/12/6

#
nvm i figured it out thanks
You need to login to post a reply.