Hello,
When I use these actions in this order in the same event (called only once with a condition that is not a trigger):
- System::Create object MySprite
- MySprite::Set color rgbEx255(255, 0, 0)
I can see the sprite in white for one frame before it is drawn in red.
Is it a normal behavior? Can I do something in order to see the sprite with the right color immediately?
Thanks!