I have a sprite as seen below
I added a simple pointer block so anywhere I touch on the screen, the sprite faces that direction.
The issue is the sprite is facing the direction using its side rather than its front.
Any way to fix this?
I have a sprite as seen below
I added a simple pointer block so anywhere I touch on the screen, the sprite faces that direction.
The issue is the sprite is facing the direction using its side rather than its front.
Any way to fix this?
Typically, sprites have to have a “facing” direction. I haven’t used them in Thunkable but I’m familiar from other programming environments.
Try importing your image facing to the right (or left?) and see if that helps.