Joannesalfa - send me a capx
draw sprite set string examples:
"10,10,dul,3" - draw sprite at x=10, y=10, diagonal upper left 3 sprites.
"10,10,dur,3" - draw sprite at x=10, y=10, diagonal upper right 3 sprites.
"10,10,dll,3" - draw sprite at x=10, y=10, diagonal lower left 3 sprites.
"10,10,dlr,3" - draw sprite at x=10, y=10, diagonal lower right 3 sprites.
"10,10,ulc,3" - draw sprite at x=10, y=10, upper left corner 3 sprites.
"10,10,urc,3" - draw sprite at x=10, y=10, upper right corner 3 sprites.
"10,10,llc,3" - draw sprite at x=10, y=10, lower left corner 3 sprites.
"10,10,lrc,3" - draw sprite at x=10, y=10, lower right corner 3 sprites.
"10,10,l,3" - draw sprite at x=10, y=10, left 3 sprites.
"10,10,r,3" - draw sprite at x=10, y=10, right 3 sprites.
"10,10,u,3" - draw sprite at x=10, y=10, up 3 sprites.
"10,10,d,3" - draw sprite at x=10, y=10, down 3 sprites.
You can chain these strings together.
Another CAPX more examples