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

2014/6/20

Text appear by pressing a button

CaptainMorgan CaptainMorgan

2014/6/20

#
I need to make the question then the answer appear when I press space but I'm not sure what the code is and I can't find it. Help?
Used_1 = 1;
                setImage (new GreenfootImage("27 - 26 ?", 46, Color.BLACK,Color.WHITE));
                Greenfoot.delay (120);
                getWorld().addObject(new Counter(), 28, 28);
                Greenfoot.isKeyDown("space");
                
That's all the code I've got.
You need to login to post a reply.