///Simple Iris Transition Effect //Set up the radius. radius = 0; //Set up the surface. surf = surface_create(room_width,room_height); //Set up the colour of the surface. surf_colour = c_black;