My question is, how to show a blinking character but with a set of .png image that shows full body with eyes open and a .png image that only shows his/her closed eyes? Is it possible or not? I've tried using the code that the tutorial has, but the images wouldn't overlap (so it only shows full body - pause - closed eyes - pause - full body, not full body - fullbody+closedeyes - full body).
It might be difficult to imagine what I was talking about, so I attached two images, one of full body (eyes open) and one of only the eyes (closed).
What I'm trying to do is to make the character blink.
According to the tutorial the code would be:
init:
image leona:
"leona.png"
pause 4.0
"leona close.png"
pause 2.0
repeat
But the image won't overlap. Is it possible to overlap the images like in this way?
I'm sorry if this is a stupid question. I just thought that if I can do this, I can save a lot of space and make the game size smaller.
Thank you very much


