AzulAlt AzulAlt loading

Grant50 wrote:

LionHeart70 wrote:

I guess I'll support for a more specific color changing block since we can't really do a lot with the
set [color v] effect to ( )
block.
Though, I feel like there could be a workaround?

I wrote:

It changes the color of the var!
Wait… YOU SUPPORT!
i can do this
when green flag clicked :: events hat
show [my red variable v] :: variables
set [my red variable v]'s color to [#ff0000] :: variables
say [its a red variable!] :: looks
point towards [red variable hitbox sprite v] :: motion
forever
blink :: custom
end


define blink
wait (pick random number from (1) to (10) :: operators) seconds
switch costume to [blink v]
wait (0.01) secs
switch costume to [normal v]
done