‘Boo 2!’ wakes up box office on flat weekend

Tyler Perry in ‘Boo 2! A Madea Halloween’’ (Photo courtesy of imdb.com)

WASHINGTON — It was a dismal weekend for North American cinemas — but Lionsgate’s “Boo 2! A Madea Halloween” managed to scare some life back into the box office, bagging the top spot, according to industry data released on Monday.

Starring Tyler Perry — who also wrote, directed and produced the comedy horror sequel — “Boo 2!” sees Madea and the gang head to a haunted campsite, only then to have to escape monsters lurking there.

With takings of $21.2 million, “Boo 2!” is the tenth Perry title to snatch the top spot on its opening weekend, Deadline reports.

“Geostorm” — another new release — took second place, but it was a disappointing opening for the latest offering from Warner Bros., with earnings of $13.7 million.

The sci-fi disaster thriller follows Gerard Butler as a satellite designer tasked with saving the world from an apocalyptic storm — caused by climate controlling satellites attacking the planet.

Meanwhile, “Happy Death Day” dropped to third place from last week’s top spot — with takings plummeting from $26 million to $9.4 million.

Starring Jessica Rothe, the comedy slasher follows a college student who repeatedly relives the day she was murdered until she discovers who killed her.

Sitting in fourth was Warner Bros.’s “Blade Runner: 2049”, which halved its earnings for the second weekend running, taking $7.4 million.

The sci-fi reboot features Ryan Gosling as a new Los Angeles Police Department “blade runner” charged with killing bioengineered androids known as “replicants”.

After uncovering a secret that threatens society, he embarks on a search for Harrison Ford’s character, a former blade runner who disappeared 30 years ago.

In at fifth was Sony’s new release “Only The Brave”, starring Josh Brolin, with earnings of $6 million.

Based on a true story, the drama tells the tale of the Granite Mountain Hotshots, a group of firefighters in Arizona who battle to protect a town from an historic wildfire.

Rounding out the top 10 were “The Foreigner” ($5.8 million), “It” ($3.5 million), “The Snowman” ($3.4 million), “American Made” ($3.1 million) and “Kingsman: The Golden Circle” ($3 million).

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });