how do you make sprite flicker in makecode arcade?
1 Like
Thereâs an âinvisibleâ flag under the same list of flags as âstay in screenâ, that makes it so the sprite wonât be shown on the screen. In https://makecode.com/_31JF1D3PEHVV I turn that off and on every 1/5 second to make it flicker - in this case I have to use a variable to store whether the sprite is currently visible or not, as we donât have a block right now for âis this sprite flag currently onâ (I think that would be a good one to add, though)
2 Likes