function main()
	Is3D( FALSE );

	AddBackground( "apartment\\still_betatape_closeup" );
	
	-- Displayable objects
	AddSprite( OApartmentBetaCU, 268,  64, 256, 256, "obj_beta_tape.dds", VISIBLE );

	-- Hotspot
	AddSprite( HApartmentBetaCU, 311, 163, 230, 150, nil, ACTIVE, 0, 0, TOOLS );


end