Posted: 20th Nov 2021 5:31
I tried this but it does not work

+ Code Snippet
PlayVideoToImage( videoimage )
SetImageTransparentColor ( videoimage, 0 ,255, 0 )
videosprite = createSprite(videoimage)
SetSpriteSize(videosprite,200,115)
SetSpritePosition(videosprite,-50, -5)
SetSpriteDepth(videosprite,0)
SetSpriteTransparency ( videosprite,2 )


I searched and everything that works is on objects with 3d
Posted: 20th Nov 2021 6:34
Ok I got my answer here, and it works, you just have to tweak the shader to be over the color amount you do not want.

https://forum.thegamecreators.com/thread/219813#msg2632601