Hello and welcome to the furom.
Please understand that almost everyone here speaks in English. I used a translator to understand your post and this is what I got.
—Start Translation—
"Hello
I am creating a mini game and i want to count a score every time a spride (Sprite) hits another spride(Sprite) it is +1. I created a score label. I created the rule to start the count When spride1 (Sprite1) collides with spirde2 (Sprite2) change app variable app variable score by 1
I then try to display the result when app initializes or changes and there I see in the tutorial that there is a function FROM label set text to “” and I don’t have it. In my label I only have functions that start with set.
Could you help me figure out how to create a score please
Cordially"
—EndTranslation—
You are going to use the 'Set “”‘s Text to Block’. Here is a screenshot of what I did and this worked.
thanks for the reply, however it still doesn’t work.
my project is public.
my username is valerie.evequea1
the project I am telling you about is: jeu d’essai UNIQUEMENT
j’ai une autre question,
Est il possible de par exemple faire choisir un sprite à lutilisateur parmis plusieurs et utiliser que le sprite choisit pour le jeu.
je vous explique
je voulais prendre 10 personnages marvel, l’utilisateur choisit un personnage et je remplace le personnage choisit à la place du caddie pour faire les courses.?
est ce possible?
When you add sprites in the same group (sprite type), each sprite will have its own ID and you can change the sprite with any of images in the same sprite type.