Entrar
Últimos assuntos
» player não consegue andarpor lovn7 Qui 21 Nov 2024, 13:33
» É possível fazer istó no game maker
por William Lima Qui 21 Nov 2024, 10:56
» Rio Rise - novo launcher do Gta San Andreas SAMP Brasil
por Lua Sáb 16 Nov 2024, 20:22
» (Resolvido) Cenario longo x Texture Pages
por josuedemoraes Sáb 16 Nov 2024, 15:31
» Kids' band
por Adilson Lucindo Santos Sex 15 Nov 2024, 12:23
» (RESOLVIDO) Engasgos-Troca de Sprites/animações
por josuedemoraes Ter 12 Nov 2024, 01:49
» Block Room - DEMO
por Joton Qua 06 Nov 2024, 22:58
» Game Infinito vertical (subindo)
por macmilam Sáb 26 Out 2024, 12:36
» Retorno da GMBR!!!
por Dancity Ter 22 Out 2024, 16:36
» Máquina de estados
por aminaro Qui 10 Out 2024, 13:33
» como faço pra um objeto colidir com o outro e diminuir a vida do player ?
por josuedemoraes Qui 03 Out 2024, 16:51
» RESOLVIDO: Colisão com objetos moveis
por josuedemoraes Qua 02 Out 2024, 20:28
» Crypt of the Blood Moon
por divin sphere Qua 11 Set 2024, 18:18
» como fazer um objeto seguir?
por divin sphere Dom 18 Ago 2024, 18:08
» Procuro de alguém para Modelar/Texturizar/Animar objetos 3D
por un00brn Dom 11 Ago 2024, 11:10
» Destruição de cenário (estilo DD Tank)
por CoronelZeg Sex 09 Ago 2024, 17:16
» RESOLVIDO-Como destruir uma instancia especifica de um objeto
por josuedemoraes Ter 23 Jul 2024, 00:40
» Automatizar a coleta de id
por GabrielXavier Seg 22 Jul 2024, 18:01
» Preciso de ajuda para concluir um pequeno projeto
por lmoura Qui 27 Jun 2024, 15:45
» ANGULO ACOMPANHAR O OBJETO
por Klinton Rodrigues Qui 27 Jun 2024, 08:34
» Musica reinicia quando sala reinicia
por GabrielXavier Ter 18 Jun 2024, 07:28
» como fazer uma copia de gd
por generico_cube Sex 14 Jun 2024, 15:48
» Square Adventure
por guilherme551 Ter 11 Jun 2024, 09:54
» como posso definir limite de uma variavel
por GabrielXavier Sex 07 Jun 2024, 14:14
» [Resolvido] Dúvida, colisão única de objeto
por vdm842 Sex 24 maio 2024, 09:50
AI Movement + Dash Script
+2
AURON
BigGaming
6 participantes
Página 1 de 1
AI Movement + Dash Script
AI Movement:
Dragon Ball Z LOG 2 Dash Script:
- Código:
If true follow_hero = (
var n; Var n;
n = radtodeg(arctan2(ai_goku.y-obj_hero.y,obj_hero.x-ai_goku.x)); N = radtodeg (arctan2 (ai_goku.y-obj_hero.y, obj_hero.x-ai_goku.x));
if (n < -135 || n >= 135)sprite_index=spr_goku_l dir="l" If (n <-135 | | n = 135) sprite_index = spr_goku_l dir = "l"
if (n >= -135 && n < -45)sprite_index=spr_goku_d dir="d" If (n> = -135 & & n <-45) sprite_index = spr_goku_d dir = "d"
if (n >= -45 && n < 45)sprite_index=spr_goku_r dir="r" If (n> = -45 & & n <45) sprite_index = spr_goku_r dir = "r"
if (n >= 45 && n < 135)sprite_index=spr_goku_u dir="u" If (n> = 45 & & n <135) sprite_index = spr_goku_u dir = "or"
} )
if point_distance(x,y,obj_hero.x + 2,obj_hero.y + 3) < 228{ If point_distance (x, y, obj_hero.x + 2, obj_hero.y + 3) <228 (
follow_hero=true Follow_hero = True
move_towards_point(obj_hero.x +12,obj_hero.y +3,movespeed) Move_towards_point (obj_hero.x +12, obj_hero.y +3, movespeed)
if sprite_index=spr_goku_l { If sprite_index = (spr_goku_l
dir="l" D = "l"
} )
if sprite_index=spr_goku_d { If sprite_index = (spr_goku_d
dir="d" D = "d"
} )
if sprite_index=spr_goku_r { If sprite_index = (spr_goku_r
dir="r" D = "r"
} )
if sprite_index=spr_goku_u { If sprite_index = (spr_goku_u
dir="u" D = "or"
} )
} )
if point_distance(x,y,obj_hero.x + 2,obj_hero.y + 3) > 229{ If point_distance (x, y, obj_hero.x + 2, obj_hero.y + 3)> 229 (
follow_hero=false Follow_hero = False
} )
else { Else (
if point_distance(x,y,obj_hero.x,obj_hero.y ) < 18 { If point_distance (x, y, obj_hero.x, obj_hero.y) <18 (
hspeed = 0 Hspeed = 0
vspeed = 0 Vspeed = 0
follow_hero=false Follow_hero = False
}} ))
if follow_hero=false { If follow_hero False = (
switch dir { D (switch
case "d": sprite_index=spr_goku_s_d; break; Case 'd': sprite_index = spr_goku_s_d; break;
case "r": sprite_index=spr_goku_s_r; break; Case 'r': sprite_index = spr_goku_s_r; break;
case "u": sprite_index=spr_goku_s_u; break; Case "or" sprite_index = spr_goku_s_u; break;
case "l": sprite_index=spr_goku_s_l; break; Case 'l': sprite_index = spr_goku_s_l; break;
}} ))
depth =-y =- Depth
Dragon Ball Z LOG 2 Dash Script:
- Código:
If keyboard_check_pressed (vk_down) (global.dbltap1 + = 1)
if keyboard_check_pressed(vk_right) {global.dbltap2+=1} If keyboard_check_pressed (vk_right) (global.dbltap2 + = 1)
if keyboard_check_pressed(vk_left) {global.dbltap3+=1} If keyboard_check_pressed (vk_left) (global.dbltap3 + = 1)
if keyboard_check_pressed(vk_up) {global.dbltap4+=1} If keyboard_check_pressed (vk_up) (global.dbltap4 + = 1)
//Down / / Down
if global.dbltap1 >2 { If global.dbltap1> 2 (
global.movespeed=4} Global.movespeed = 4)
//Right / / Right
if global.dbltap2 >2 { If global.dbltap2> 2 (
global.movespeed=4} Global.movespeed = 4)
//Left / / Left
if global.dbltap3 >2 { If global.dbltap3> 2 (
global.movespeed=4} Global.movespeed = 4)
//Up / / Up
if global.dbltap4 >2 { If global.dbltap4> 2 (
global.movespeed=4} Global.movespeed = 4)
if keyboard_check(vk_up) && keyboard_check(vk_down) If keyboard_check (vk_up) & & keyboard_check (vk_down)
{ (
global.dbltap1 = 0 global.dbltap2 = 0 Global.dbltap1 = 0 global.dbltap2 = 0
global.dbltap3 = 0 Global.dbltap3 = 0
global.dbltap4 = 0 Global.dbltap4 = 0
global.movespeed=2 Global.movespeed = 2
} )
if keyboard_check(vk_left) && keyboard_check(vk_right) If keyboard_check (vk_left) & & keyboard_check (vk_right)
{ (
global.dbltap1 = 0 Global.dbltap1 = 0
global.dbltap2 = 0 Global.dbltap2 = 0
global.dbltap3 = 0 Global.dbltap3 = 0
global.dbltap4 = 0 Global.dbltap4 = 0
global.movespeed=2 Global.movespeed = 2
} )
if keyboard_check(vk_nokey) { If keyboard_check (vk_nokey) (
global.timer+=1 Global.timer + = 1
if global.timer=10 { If global.timer = 10 (
global.movespeed=2 Global.movespeed = 2
global.dbltap1 = 0 //Down Global.dbltap1 = 0 / / Down
global.dbltap2 = 0 //Right Global.dbltap2 = 0 / / Right
global.dbltap3 = 0 //Left Global.dbltap3 = 0 / / Left
global.dbltap4 = 0 //Up Global.dbltap4 = 0 / / Up
global.timer=0 Global.timer = 0
}} ))
If global.movespeed> 4 (
switch global.dir { (Switch global.dir
case "d": sprite_index=spr_plyer_runD; breal; Case "d": sprite_index = spr_plyer_runD; breal;
ext... Ext ...
Re: AI Movement + Dash Script
thats a good tutorial !
__________________________________
esse é um bom tutorial!
__________________________________
esse é um bom tutorial!
AURON- Data de inscrição : 23/03/2008
Reputação : 0
Número de Mensagens : 54
Prêmios :
x 0 x 0 x 0
x 0 x 0 x 0
x 0 x 0 x 0
Re: AI Movement + Dash Script
good tutorial
__________________________________
bom tutorial, vou dar uma estudada
__________________________________
bom tutorial, vou dar uma estudada
Ruan- Data de inscrição : 10/06/2008
Reputação : 0
Número de Mensagens : 184
Prêmios :
x 0 x 0 x 0
x 0 x 0 x 0
x 0 x 0 x 0
Re: AI Movement + Dash Script
Ressucitando topico denovo neh rapazinho?
Volstagg- Data de inscrição : 16/05/2008
Reputação : 0
Número de Mensagens : 353
Prêmios :
x 0 x 0 x 0
x 0 x 0 x 0
x 0 x 0 x 0
Re: AI Movement + Dash Script
haha
nao eu so quero
ver o que ele é
mas tbm to ressuscitano o topico
ninguem nunca postou nada aqui desde junho
nao eu so quero
ver o que ele é
mas tbm to ressuscitano o topico
ninguem nunca postou nada aqui desde junho
Re: AI Movement + Dash Script
por isso mesmo vc nao deveria postar nada -.-"
isso é reviver topicos
isso é reviver topicos
Janx- Data de inscrição : 24/05/2008
Reputação : 14
Número de Mensagens : 2417
Prêmios :
x 0 x 0 x 0
x 0 x 2 x 0
x 0 x 0 x 0
Tópicos semelhantes
» LIB RPG MOVEMENT
» [Script]Script de conversão de formato de texto ANSI <--> UTF-8
» LIB PLATAFORM MOVEMENT
» LIB RPG GRID MOVEMENT + MINIMAP
» Bug no dash[Resolvido]
» [Script]Script de conversão de formato de texto ANSI <--> UTF-8
» LIB PLATAFORM MOVEMENT
» LIB RPG GRID MOVEMENT + MINIMAP
» Bug no dash[Resolvido]
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos