I have a Sprite3 that creates Sprite4s all the time.
The Sprite3 is fading out with fade-behaviour and I want Sprite3 to create Sprite4 that has the same opacity as the Sprite3 is having at the moment of creating Sprite4.
(I'm also using fade-behaviour on Sprite4)
I don't get how to do this...
I've tried stuff like this:
--> Sprite4: Set opacity to "Sprite4.Opacity = Sprite3.Opacity"
and this:
--> Sprite4: Set fade maximum opacity to "Sprite4.Opacity = Sprite3.Opacity"
They don't work. Any help?