Orange - Instant Mouse Movement Hitskin_logo Hitskin.com

Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o temaVoltar para a ficha do tema

Aldeia RPG
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Orange - Instant Mouse Movement

2 participantes

Ir para baixo

Orange - Instant Mouse Movement Empty Orange - Instant Mouse Movement

Mensagem por Komuro Takashi Sex maio 27, 2016 3:01 pm

Olá pessoal esse plugin é bom pra quem está desenvolvendo mapas e precisar ir para certo lugar com rapidez, como sabemos podemos andar com as setas e o Click do Mouse e também Touch.

Esse Plugin teleporta automaticamente o Player para onde clicar no Mapa:

Credito Orange - Hudell


Código:
/*=============================================================================
 * Orange - Instant Mouse Movement
 * By Hudell - www.hudell.com
 * OrangeInstantMouseMovement.js
 * Version: 1.0
 * Free for commercial and non commercial use.
 *=============================================================================*/
 /*:
 * @plugindesc This plugin will instantly teleport the player to the clicked position
 * @author Hudell
 *
 * @help
 * ============================================================================
 * Latest Version
 * ============================================================================
 *
 * Get the latest version of this script on
 * http://link.hudell.com/instant-mouse-movement
 *
 *=============================================================================*/
 /*:pt-br
 * @plugindesc Este plugin vai teletransportar o jogador instantaneamente para a posicao clicada
 * @author Hudell
 *
 * @help
 * ============================================================================
 * Última Versão
 * ============================================================================
 *
 * Baixe a última versão deste script em
 * http://link.hudell.com/instant-mouse-movement
 *
 *=============================================================================*/

Game_Temp.prototype.setDestination = function(x, y) {
 $gamePlayer.setPosition(x, y);
};

var Imported = Imported || {};

// If MVCommons is imported, register the plugin with it's PluginManager.
if (Imported['MVCommons'] !== undefined) {
  PluginManager.register("OrangeInstantMouseMovement", "1.0.0", "This plugin will instantly teleport the player to the clicked position", {
    email: "plugins@hudell.com",
    name: "Hudell",
    website: "http://www.hudell.com"
  }, "2015-10-24");
} else {
  Imported["OrangeInstantMouseMovement"] = true;
}

_________________
Orange - Instant Mouse Movement Takashi_komuro_by_minato8-d51g9o4

Paga um café? Patreon
Komuro Takashi
Komuro Takashi
Colaborador
Colaborador

Mensagens : 1047
Créditos : 130

Ir para o topo Ir para baixo

Orange - Instant Mouse Movement Empty Re: Orange - Instant Mouse Movement

Mensagem por Jonny157 Sex maio 27, 2016 3:39 pm

Boa, obrigado por compartilhar!! +1
Jonny157
Jonny157
Ocasional
Ocasional

Mensagens : 245
Créditos : 9

Ir para o topo Ir para baixo

Ir para o topo

- Tópicos semelhantes

 
Permissões neste sub-fórum
Não podes responder a tópicos