Using FlxTween.color makes the image not visible #2603
Unanswered
NikRetaNCAM
asked this question in
Q&A
Replies: 1 comment
-
Can you create a video of what it looks like when the tween happens? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is how menu looks without using FlxTween.color
Sky is the object that should be tweened (to make it look like time passes and sky color changes), skyTween is a function that provides it
This is nextPhase function, that's called when a tween finishes
but if i un-comment skyTween() line in create(), then the sky will disappear completely
am i douing smth wrong?
Beta Was this translation helpful? Give feedback.
All reactions