draw_surface(id,x,y)

id = name of the variable which holds the ID of the surface (see surface_create).

x = Horizontal position of surface.

y = Vertical position of surface.

 

Example

draw_surface(surface,32,16);

 

This function draws a surface with the given ID on the screen in the position x,y.

 

esh_corp11 - Revision #1