Superimposed image on a sprite sheet

My question is simple: can you play a sprite sheet with another image above, superimposing yourself somewhere in the video?

Sprites are display objects.  They are are not videos and not native.* objects.

You can layer display objects over display objects, so you are are fine.  “Yes, you can layer other display objects over an animating sprite.”

On the other hand if you’re asking, “Can I put a sprite over a (native.*) video?”, then the answer is, “No.”

PS -  You used the term  ‘sprite sheet’ in the question title and I’m not sure why.  A sprite sheet is not displayed.  It is used to create other display objects.  You cannot manipulate a sprite sheet if that is what you are actually asking. 

Here are a number of things you can do.

https://github.com/roaminggamer/RG_FreeStuff/raw/master/AskEd/2018/10/maskingSprites.zip

I wasn’t really sure what you were going after so I tried multiple masking, layering, and blending choices.  There are more than this, but its a start.

https://www.youtube.com/watch?v=dfmZLYr_fM0&feature=youtu.be

Sprites are display objects.  They are are not videos and not native.* objects.

You can layer display objects over display objects, so you are are fine.  “Yes, you can layer other display objects over an animating sprite.”

On the other hand if you’re asking, “Can I put a sprite over a (native.*) video?”, then the answer is, “No.”

PS -  You used the term  ‘sprite sheet’ in the question title and I’m not sure why.  A sprite sheet is not displayed.  It is used to create other display objects.  You cannot manipulate a sprite sheet if that is what you are actually asking. 

Here are a number of things you can do.

https://github.com/roaminggamer/RG_FreeStuff/raw/master/AskEd/2018/10/maskingSprites.zip

I wasn’t really sure what you were going after so I tried multiple masking, layering, and blending choices.  There are more than this, but its a start.

https://www.youtube.com/watch?v=dfmZLYr_fM0&feature=youtu.be