Hello!
I want each object to spawn another object with different intervals. In the capx I included the interval time is taken from instance variable that is set to equal object UID.
Sprite with UID 0 should spawn another object after every 0 seconds.
Sprite with UID 1 should spawn another object after every 1 seconds.
Sprite with UID 4 should spawn another object after every 4 seconds.
But for some reason it does not work :/
Each Sprite spawns Sprite2 after the same amount of time.