Dialogo en Pantalla

1
7/21/2019 Dialogo en Pantalla http://slidepdf.com/reader/full/dialogo-en-pantalla 1/1 Create: texto = "Texto Que Se Muestra Solo En Pantalla." texto2 = "" inicio = 1 alarm[0] = 3 Alarm 0: if (inicio < string_length(texto)){ texto2 += string_char_at(texto,inicio) inicio += 1 alarm[0] = 3 } Draw: draw_set_font(font0)// Esto Es Opcional draw_text(16,room_height/3,texto2) Nota: Pueden Cambiar El Texto Que Se Mostrara En Pantalla Entre Comillas En La Variabl e Texto Del Evento Create Para Mostrar Otro Texto Pueden cambiar El Alarm De El Evento Create Y Step Para La Velocidad Pueden Cambiar La Posicion Del Texto Cambiando El 16 Y El Room_heigth Del Evento  Draw Pueden Dejar Su Like En El Video Pueden Comentar Si Les Sirvio Pueden Pedir un tutorial En Los Comentario Gracias Por Leer :3 Att: TheSuperankes

description

jytyu

Transcript of Dialogo en Pantalla

Page 1: Dialogo en Pantalla

7/21/2019 Dialogo en Pantalla

http://slidepdf.com/reader/full/dialogo-en-pantalla 1/1

Create:

texto = "Texto Que Se Muestra Solo En Pantalla."texto2 = ""inicio = 1alarm[0] = 3

Alarm 0:

if (inicio < string_length(texto)){texto2 += string_char_at(texto,inicio)inicio += 1alarm[0] = 3

}

Draw:

draw_set_font(font0)// Esto Es Opcionaldraw_text(16,room_height/3,texto2)

Nota:Pueden Cambiar El Texto Que Se Mostrara En Pantalla Entre Comillas En La Variable Texto Del Evento Create Para Mostrar Otro TextoPueden cambiar El Alarm De El Evento Create Y Step Para La Velocidad

Pueden Cambiar La Posicion Del Texto Cambiando El 16 Y El Room_heigth Del Evento DrawPueden Dejar Su Like En El VideoPueden Comentar Si Les SirvioPueden Pedir un tutorial En Los Comentario

Gracias Por Leer :3Att: TheSuperankes