Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Temas - Pepe.loya

1
Preguntas y respuestas / Accion que revise en linea
Enero 08, 2015, 05:17:59 AM
Como hacer que una variable o accion revise online unos datos o variable que tenga unos numeros....

Esto es para ver si hay una actualización reciente ejemplo=

if global.actualizacion < var reciente draw_text


Esto es un ejemplo, quiero que revise un dato de una pagina, yo lo pondria, pero no se como...
espero una ayuda, gracias c:
2
Cuando quiero arrancar el juego en GMS, por algun error desconocido no lo carga, me gustaria que me ayudaran, esto aparece en la caja """""
Compile started: 8:28:08
"C:\Users\pepe\AppData\Roaming\GameMaker-Studio\GMAssetCompiler.exe" /c /m=win  /config="Default" /tgt=64 /tg="C:\Users\pepe\AppData\Local\Temp\gm_ttt_38954\\TextureGroups.txt" /to="C:\Users\pepe\AppData\Local\Temp\gm_ttt_38954\\TextureOptions.txt" /obob=True /obpp=False /obru=True /obes=False /i=1 /cvm /tp=2048 /mv=1 /iv=0 /rv=0 /bv=1499 /gn="The Last War" /td="C:\Users\pepe\AppData\Local\Temp" /cd="C:\Users\pepe\Documents\GameMaker\Cache" /sh=True /dbgp="6502" /o="C:\Users\pepe\AppData\Local\Temp\gm_ttt_38954\gm_ttt_76287" "C:\Users\pepe\Desktop\THE LAST WAR\The Last War.gmx\The Last War.project.gmx"

Reading project file....finished.
Remove DnD...finished.
Compile Constants...finished.
Compile Scripts...finished.
Compile Objects...finished.
Compile Timelines...finished.
Compile Triggers...finished.
Compile Rooms...finished.
Compile Extensions...finished.
Final Compile...Error : gml_Object_testing_codes_KeyReleased_M_1(2) : malformed if statement
finished.
Saving IFF file... C:\Users\pepe\AppData\Local\Temp\gm_ttt_38954\gm_ttt_76287\The Last War.win
Writing Chunk... GEN8
Writing Chunk... OPTN
Writing Chunk... EXTN
Writing Chunk... SOND
*writing audio file C:\Users\pepe\AppData\Local\Temp\gm_ttt_38954\gm_ttt_76287\soundtrack_main.ogg...
Writing Chunk... AGRP
Writing Chunk... SPRT
Writing Chunk... BGND
Writing Chunk... PATH
Writing Chunk... SCPT
Writing Chunk... SHDR
Writing Chunk... FONT
Writing Chunk... TMLN
Writing Chunk... OBJT
Writing Chunk... ROOM
Writing Chunk... DAFL
Writing Chunk... TPAGE
Writing Chunk... CODE
Writing Chunk... VARI
Writing Chunk... FUNC
Writing Chunk... STRG
Writing Chunk... TXTR
0 Compressing texture... writing texture texture_0.png...
Writing Chunk... AUDO
Writing Chunk... SCPT
Writing Chunk... DBGI
Writing Chunk... INST
Writing Chunk... STRG
Stats : GMA : Instance=1, Global=0
Asset Compile finished: 8:28:17
Compile finished: 8:28:17
"""""


Esto es un error al recopilar el juego, ya busque en todas partes y no hay nada :/

Espero y me puedan ayudar, gracias! :D
3
Preguntas y respuestas / Interactuar con objetos
Mayo 20, 2014, 02:25:12 AM
Hola, me gustaria saber cual es el script para que cuando esten colisionando y al presionar "Q" eh intentado con esto pero, la verdad desconosco de este script:


if keyboard_check(ord('Q')) {
if collision_point(puerta_obj, puerta_obj, 10, true)
}



Segun esto el orden debe ser:
collision_point (x, y, obj, prec, NotMe)
collision_point (x, y, obj, prec, NotMe)

Realmente espero recibir una ayuda y me expliquen y gracias por su atencion!:)
4
Lo que sucede que al poner el Move Fixed, el personaje si se mueve pero se repite muchas veces, Sucede algo asi:


ya cuando lo inicio asi se ve (sin presionar la tecla de movimiento 'left") :

cuando la presiono:



NOTA: Esto solo me ocurre en el GMS

Espero recbir una respuesta y gracias por su atencion...