Once again, multiple instance problem. Something like this:
-EVENT-
Every 1 Second:
-ACTIONS-
Create "Note" at "Organ"
Set X Pos of "Note" to "Random X Coordinates"
Set Scale of "Note" to 0.7
Order "Notes" behind "Organ"
So the "Note" is correctly being created at every instance of the "Organ". However, only the most recent instance of the "Organ" will have the "Note" alter it's X Positioning correctly. All earlier instances just ignore the X Pos, but are still created. It's the same for any other actions (The notes wont order behind the organ for earlier instances, or adjust the scale - ignores every other action below it, only applying these to the most recent instance). Why is it doing this and how do I get around it? Thanks.
See how the right Organ positions and orders the notes correctly, but the left one (The earliest instance) just creates the notes and ignores all the other actions: Please login to see this media element.