Hello,
Having a bit of trouble with script instancing (?! I may have made that up.
So I have multiple sprites, and I have a piece of script that slowly changes the last color value (Color(1,1,1,X)), to change the translucency of the sprite. I wanted each sprite to be independent of each other. I have a randomizer in the script (which works) that changes that starting X value for each sprite.
What happens at the minute is that all the sprites change at exactly the same time.
Thank you for your help.