RPG MAKER MV-Tutorial-COMO DAR ZOOM SEM PLUGIN!
Por favor, se inscreva e compartilhe! Obrigado =)
Para se inscrever:https://goo.gl/HVTTfF
Olá galera, mais um tutorial aqui no canal, dessa vez, tutorial de como fazer da maneira mais fácil, rápida e simples, um efeito de ZOOM!
Eis os comandos mostrados no vídeo:
~~~~~~~~~~~~~~~~~
$gameScreen.setZoom(10, 10, 2);
~~~~~~~~~~~~~~~~~
$gameScreen.startZoom(10, 10, 2, 120);
~~~~~~~~~~~~~~~~~
var xPos = $gameMap.event(1).screenX();
var yPos = $gameMap.event(1).screenY();
$gameScreen.startZoom(xPos, yPos, 2, 60);
~~~~~~~~~~~~~~~~~
var xPos = $gamePlayer.screenX();
var yPos = $gamePlayer.screenY();
$gameScreen.startZoom(xPos, yPos, 2, 60);
~~~~~~~~~~~~~~~~~
$gameScreen.setZoom(0, 0, 1);
~~~~~~~~~~~~~~~~~
Redes sociais:
https://twitter.com/MuriloRpgMaker
https://goo.gl/LdFF9g
Instagram: https://www.instagram.com/murilomaker
Blog: https://murilomaker.blogspot.com.br
Other Videos By Murilo Maker
Other Statistics
RPG Maker MV Statistics For Murilo Maker
At this time, Murilo Maker has 1,182,258 views for RPG Maker MV spread across 130 videos. Roughly 6 days worth of RPG Maker MV videos were uploaded to his channel, or 91.58% of the total watchable video on Murilo Maker's YouTube channel.