draw_me

Downloaddraw_me()   Recreates the default Draw Event action. It draws the current subimage of the sprite belonging to the calling instance using the scaling, rotation, blending, and alpha settings of the instance.
/*
**  Usage:
**      draw_me()
**
**  Arguments:
**      none
**
**  Returns:
**      nothing
**
**  Notes:
**      Recreates the default Draw Event action.
*/

{
    draw_sprite_ext(sprite_index,image_index,x,y,
    image_xscale,image_yscale,image_angle,image_blend,image_alpha);
}

Click if you've used this script[Please Login]
Projects: 15


comments powered by Disqus