Comunidad Game Maker

Ayuda => Preguntas y respuestas => Mensaje iniciado por: romon_28 en Diciembre 12, 2009, 10:07:43 PM

Título: Exportar Imagen
Publicado por: romon_28 en Diciembre 12, 2009, 10:07:43 PM
?Como hago para exportar una imagen del juego en un directorio espesificado?
Título: Re: Exportar Imagen
Publicado por: Soujiro en Diciembre 12, 2009, 10:39:50 PM
Citarscreen_save(fname) Saves a bmp image of the screen in the given filename. Useful for making screenshots.
screen_save_part(fname,x,y,w,h) Saves part of the screen in the given filename.
O bien:
Citarsurface_save(id,fname) Saves a bmp image of the surface in the given filename. Useful for making screenshots.
surface_save_part(id,fname,x,y,w,h) Saves part of the surface in the given filename.
Título: Re: Exportar Imagen
Publicado por: romon_28 en Diciembre 12, 2009, 11:10:16 PM
u de 10 sabia que existia pero no me acordaba como se llamava  :-[
pero eso si.. como es el tema de la surface? vi ejemplos pero no les entiendo bien
logran efectos muy bueno con eso pero no hay nada que te explique como usarlo a la perfeccion.