Making a fade effect in game

How would i go about making a black circle fade effect like the one here?

My original idea was to create a png of a black screen with a small hole then shrink it or grow it to expand the circle. However this would make the inside circle a very low res and wouldn’t look the best when scaled.

Any ideas? All input is appreciated. Please ask if I’m leaving out any information.

4 Likes

You can use a similar strategy as used in this post:

Create one black square ImageLabel with a hole in the middle, and then use four solid black Frames to cover around it. You can use the Frames to blacken most of the space, and just use a image to generate the “hole” effect.

7 Likes

Thanks, I’ll try this out! (30)

2 Likes