Sometimes, when I go to a certain area in the game(platformer) the sprite suddenly disappears only to re appear when i move in the opposite direction. I checked using the debugger, when it disappears it stil is “hidden = false” and “opacity = 255” so i have no idea how it disappears, glad if someone could help, thanks!
Maybe the sprite is empty?
Can you provide screen snips of events that modify the sprite in any way? Are you doing the same thing (like keypresses) every time when this occurs? Is there an animation on the sprite with a missing image or images?
Thank you for replying and sorry for late reply, the sprite is fine with animations and stuffs!
Thank you for replying and sorry for late reply, the sprite is fine no missing animations, as for the keypress, no sir even without pressing anything it stays invisible in a certain area, as for the events, there is too many
I really hope you can help, thank you so much
I can’t see anything in those events that would cause the sprite to become invisible.
Out of interest, what are the rough co-ordinates where the sprite disappears? There’s another thread with a very similar issue, so there may be something in common.
I too don’t see anything that can hide the sprite. It may be not the issue, but i would check two things:
first your flip conditions one a time, second your squish and squash tweens disablling them one at time,to chaeck that the sprite isn’t squashed endlessly
edit: i would check your tween angles. they may cancel each other out. 0.02 s looks a bit too fast …just saying…try em one at time