Hello my friends . I have a question
...
How do you say IF ANY IMAGE SPRITE TOUCHED
THEN:
If the image sprite is index in list bombs do something
or if the image sprite is index in list golds do something
...
I need help very much Thanks
1 Like
Assuming the image sprites are all assigned pictures with the same asset name, you could forgo having to manage a list of sprites and just use the value of the Picture property:
2 Likes
Thank you... I made some changes and now my project is better
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.