Hi all,
I've got a lack of basic knowledge i find out now..
First i will explain what i am doing.
I have a script that:
Checks if a object is close to a point where it has to be ( player is draggin it ). Once on drop it will check if it is close to that point.
If yes it has to put score -1, disable drag and drop and set a position.
This all worked perfect, but not my score.
My score is looping the -1 :-(!
How it looks now:
<img src="http://s14.directupload.net/images/131028/37rnuy7b.png" border="0" />
Im checking my globals if the position is almost correct. If yes it will do the actions.
So.. I am showing my score with: Every tick > Set "text" to "pieces". ( pieces is my score global )
Thanks in advance!