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

2015/9/1

Trying To make ScoreBoard on my Game!!!!(Not Working)

1
2
3
4
Sceuby_Doo23 Sceuby_Doo23

2015/9/3

#
I will check it out. :) Thank you dan post :)
Sceuby_Doo23 Sceuby_Doo23

2015/9/3

#
I would just like to know how to make a game over screen and display the score underneath the gameover text at the moment. :) If someone could teach me how it will be greatly appreciated!
danpost danpost

2015/9/3

#
First, create a GreenfootImage object of whatever size you desire for your main image of the actor that displays the game over screen. Then create the images with text content as discussed in the tutorial and draw them onto the main image. Finally, create a new SimpleActor object, set the main image to it and add it into the world.
Sceuby_Doo23 Sceuby_Doo23

2015/9/3

#
I am a bit of a newbie to Greenfoot so I didn't really understnad any of what you said sorry...
danpost danpost

2015/9/3

#
Sceuby_Doo23 wrote...
I am a bit of a newbie to Greenfoot so I didn't really understnad any of what you said sorry...
Is it greenfoot that you are a newbie to? or, is Java that which you are really unfamiliar with? I believe that if you were familiar with java that you would probably understand what I stated in my last post. At any rate, there is sample code within the tutorial that applies to each step given in my last post.
Sceuby_Doo23 Sceuby_Doo23

2015/9/3

#
I am familiar with Java just not Greenfoot, it has a lot of different functions and stuff.
You need to login to post a reply.
1
2
3
4