Create hard animation sprite

I know how to create an animation. But there is a problem, I want where the red arrow sprite disappeared outside the screen and where the black arrow appeared back. This is a wheel type animation. Which is constantly rotating without spaces

It’s simple, you have to count bounds, if square is out of bounds, move it up/down

I did it. But I need when for example half a square is already outside the field so that the hidden side is displayed from above.

You could use 2x your clip with 3 colors.

You can’t render the same display object in two locations, so you’ll need a duplicate of each one so that you can display half of each on top and bottom.

Ok. Got it. How can i do the animation like wheel or animation like in slot games? I want to create simple animation. I do not perfect understand the logic of animation