So im almost done with the GN Bazooka im making for the virtue
Picture for teaser
But there is one thing not making it feel complete
its the spinning thing, thats why this forum was made due to it just turning white in a second, but i want it to fade into white and if i complete this detail i am complete with the GN Bazooka and i will upload it!
So its a label and this is the code...
Pretty basic i know but i am only a beginner with label coding!
@AfkSlot I'd recommend trying it out yourself to get an idea, you can read a little bit more information in the FT guide linked in the pinned forums.
@PlaneFlightX how does a time function looks like? can you give me an example from a Craft that has a time function
@Gibble It wouldn't have the exact same effect, but another idea is to have two labels. One white, and one black. Have the white one in front of the black one, and use a time function (I recommend smooth()) to increase the alpha. This would still jump though due to it not being true hexadecimal, but it would at least be better than it currently is.
Use a time function on the hex code, however I don't exactly know how, but you can probably use sine function.
.
In simpler terms: Use a function that slowly adjusts its value instead of snapping. For example: "color={abs(sin(Time*20))}"
.
I'm still a rookie, and it's a very broken code, but it should give you an idea.