In my latest project I was trying to make a color wheel background but for some reason the lines stop moving at certain spots and the color still changes so it created 4 different sections that have their own color theme. https://c.gethopscotch.com/p/11cgkvjsrn
You have to divide the color changing variable by 4 then.
I can’t access the app to give you an example, but I’ll try to give an example anyway.
repeat times width:
increase H by 1
set position to x: X y:0
draw a trail color (H/4, 86, 96)
set position to x: X y:850
increase X by 1
This is probably wrong because it’s from my head but you get what I mean
How odd. when I change the speed to 999 instead of 99999, it doesn’t have that weird stop.
It must be calculating the position as the corner, so it ends up changing the direction of the trail instead of going to the edge first.
And it’s even cooler when I set the speed to 9999
so yeah, just the speed
Ok thanks I’ll see if it works.
I figured out that the background I wanted is only achievable with a speed of 25000 or less. Thanks for the help. Awesome_e your right. It is cooler with a speed of 9999.