ADVERTISEMENT

Actor-director Mike Magat wants to make a film for Liza Soberano

Published Dec 10, 2023 05:39 am

At A Glance

  • During an intimate media conference for his new film "Seven Days" at Max's Restaurant in Quezon City on Dec. 4, Mike shared he wants to work with Liza Soberano. 
Mike Magat, Catherine Yogi and Miguel Antonio Sonza (Carissa Alcantara).jpg
Mike Magat, Catherine Yogi and Miguel Antonio Sonza (Carissa Alcantara) 

Making waves on the international scene with his numerous indie films, actor-turned-director Mike Magat shows his passion by creating timely and heartwrenching films. 

During an intimate media conference for his new film "Seven Days" at Max's Restaurant in Quezon City on Dec. 4, Mike shared he wants to work with Liza Soberano. 

"Actually marami, eto na nagsisimula na tayo sa may mga pangalang artista. Kasi diba napapansin narin naman tayo sa ibang bansa, nanjan si Liza Soberano," Mike said. 

(Actually, there are many, here we are starting with famous artists. Because we are being noticed in other countries, then there's Liza Soberano) 

He emphasized that he wanted to work with Liza since they are now both on the international scene. 

"Eh ang gusto niya international, ehhh ako naman gusto ko rin nasa international. Mai-direct ko lang siya masaya na ako, pero yung maging leading lady ko pa ay hindi na," he added. 

(She wants to do international movies, and I also want to do international movies. If I can direct her, that would make me happy. But for her to be my leading lady is too much.) 

Aside from making films, Mike also wanted to help aspiring artists who wanted to pursue showbiz.

"Dedicated sa trabaho, ayun ang number one sa akin. Ako tumutulong ako sa mga nangangarap mag artista. Kaya masarap turuan para sa akin yung mga dedicated, walang pagod kahit anong hirap ang gawin niya at nag aaral," he added. 

(Being dedicated to work is number one for me. I help those who dream of becoming an artist. That's why it's nice for me to teach those who are dedicated, not tired, no matter how hard the role, and lastly they studied the role) 

Mike continues passion for filmmaking 

He started his career in directing in 2015 with his film, "Isang Hakbang," which gained awards from international and local film festivals. Since then, Mike has sparked a new flame to continue his love and passion for films. 

Seven days poster.jpg
'Seven Days' poster 

"Actually hindi mawawala ang industriya ng pelikulang Pinoy, kasi hindi lang naman yan para sa pera or kita. Yung passion natin para gumawa ng storya. Kasi ako na director at actor kung ano lang yung kaya natin iproduce, mag adjust tayo dun," Mike said. 

(The Pinoy film industry will remain because it is not just for money or profit. Our passion is to create a story. I'm both a director and an actor. We can only produce what we can; let's adjust to that.) 

Headlining his new film, "Seven Days" with Catherine Yogi, Mike shared that he plans to submit the film to the International Film Festival Manhattan next year. 

"Plano ko muna siguro magpascreening or isali sa mga film festival then after nun dito naman sa pinas, target ko siguro dito sa pinas ay Feb or March next year," Mike said. 

(My plan is to screen or participate in film festivals then after that here in the Philippines. My target here in the Philippines is probably February or March next year) 

Working again with director Mike, former Mrs. Tourism World Japan-Philippines 2021, Catherine Yogi shared that she is happy to be in the film. 

"Si Direk Mike po, napaka professional niya po katrabaho and pag dating din po sa acting. Talagang natutulungan niya po ako sa bawat eksena," Catherine said. 

(Mike is the director; he is very professional to work with, especially in acting. He really helped me in every scene) 

"Seven Days" is directed and written by Mike Magat.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.