You know in cartoons, where at the end, a black ring closes in on the screen (called an iris if you didn't know), showing a smaller and smaller ring of the screen until the screen is completely black. I want to do one of these for when you die in Alf the Elf II. I already have a rectangular one that looks quite good, but does anyone know how to do a circular one that doesn't slow down the game much? Here's my code for the rectangle, should anyone be interested:
;death\dietime=death\dietime+1 is somewhere earlier in the code Color 0,0,0 Rect 0,0,800,(death\dietime)-100 Rect 0,600-(death\dietime)+100,800,death\dietime Rect 0,0,(death\dietime*1.25)-100,600 Rect 800+100-(death\dietime*1.25),0,(death\dietime*1.25),600