- Home /
scoring using guiText
I am creating a game where when the ball hits the block you get a point on the gui text score. But i do not know how to script it so please may i have a script to put on gui text and another script
Answer by Anxo · Jun 12, 2011 at 11:24 AM
Start here. http://unity3d.com/support/documentation/Components/GUI%20Scripting%20Guide.html
When you have a specific problem, please ask and we will be happy to answer. You need to at least try to write the code, this is not an outsource service.
When you are done with the GUI Scripting guide, this will be no problem for you and you will be much more productive in your game design.
Answer by YM_Industries · Jun 12, 2011 at 11:09 AM
So wait, you pretty much want us to make your game for you? I wont give you a script, but the easiest way would probably be to convert your GUIText into an integer, add 1 and then back again. Unless you understand variables, in which case your life is easier.
Your answer
Follow this Question
Related Questions
Simple Point system 3 Answers
Score going up every second 1 Answer
How can I keep a global score updatable from multiple GameObjects 1 Answer
How to set points back to zero when reload the scene? 2 Answers
Problem at add Score+1 When Pass rocks 0 Answers