(click to interact)
(mouseover/click to play GIF)
Drag sliders and click things (if JS is enabled)
draw_sprite_ext
- maybe you want to apply skewing/shearing to the sprite, or scale it after rotating it, or use a 2d matrix transformation.
The built-in function isn't made for that, but, with a little bit of math and draw_sprite_pos
, you can have a script for this.