O TEMA DO FÓRUM ESTÁ EM MANUTENÇÃO. FEEDBACKS AQUI: ACESSAR

Andar nas 8 Direções

Iniciado por LoboShow, 30/11/2012 às 19:35

Andar nas 8 Direções

Compativel com: RMVX
Compatibilidade : ?
Facilidade de uso: fácil
Lag gerado: ?

[box class=titlebg]
Condições de Uso
[/box]
  Dê os devidos créditos ao autor.

[box class=titlebg]
Para que serve o script
[/box]
  Faz o personagem andar em 8 direções.  :wow:

[box class=titlebg]
Script
[/box]
#movimento em 8 direções
#Script criado por greon


class Game_Player
alias d_move_by_input move_by_input
def move_by_input
    return unless movable?
    return if $game_map.interpreter.running?
    case Input.dir8
when 1
move_lower_left
when 2
move_down
when 3
move_lower_right
when 4
move_left
when 6
move_right
when 7
move_upper_left
when 8
move_up
when 9
move_upper_right
    end
  end
end


[box class=titlebg]
Imagens
[/box]
Não necessário.

[box class=titlebg]
Créditos e Avisos
[/box]
Criador : greon

Hoho, como eu precisava desse script!
Veio em hora certa, Lobo!