?Como hago para exportar una imagen del juego en un directorio espesificado?
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.
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.