Point System?

Yeah

I would like to make a UI Point system.

Is it possible to make like “Send message” like ind Scrath?

LIke this

(The object)
If collide with then <—This part do i know
Send message <—This part do i not know

And

(The UI)
show point;
If recieve message then
point += 1

Can you do something like that in Unity?

Because the point is that im making a tank game, so if the player1 get hit by his own bullet or enemys the player2 gets point and opposite

ind Scrath?

This

edit

i meant like in scratch

Up

scarpelius

Thanks :wink:

So it called gameObject.SendMessage(“test”);

what shall i write to receive it?

?

“test” should be a method in the respective object. It doesn’t matter in which class it is.

gameObject.SendMessage(“DisplayMessage”, “All your bases belongs to us”, SendMessageOptions.DontRequireReceiver);

something like that.

Scarpelius is it possible i could add u on MSN ? So we can talk online?