I have three events.
On sprite A created -> create sprite B
On sprite B created -> create sprite C
A, B, and C each has a number "myValue." How do I make sure they all have the same myValue?
There are many instances of A, B, and C. Each set of 3 should have the same myValue.
Thanks!