Hello!
So I had this action which changed the animation frame of an object that was created within a container, which worked all right before the update.
OnClick-> Create Object (Which is a container) so therefore it's child was created also.
Then on the same action line, change the frame animation of the child object which I suppose was on the scope because it was just created.
Before I updated, it worked fine, now the child object doesn't seem to be on the scope.
I didn't change anything, it just stopped working after the last update r379.
Anyone knows why this might be?