Draw shapes using sprites or objects in GameMaker 2.3
Draw shapes with equal # of sprites or objects on each side and any # of points, or draw circles with sprites or objects.
- Rooms in the demo:
- room 1
- showcases a variety of the functions in play
- room 2
- showcases the draw_sprite_along_shape_ext: using randomized properties of the sprites & shape utilizing structs.
- room 3
- showcases the draw_objects_along_circle: an example of the objects colliding with another object and destroying an object in the circle. This will auto resize the circle, but it will look like a shape with no objects for the lines if there aren't many objects left.
- room 4
- showcases the draw_objects_along_shape: you can interact with the objects in the shape by clicking on them and they will be toggled to visible = false. This allows the objects to be "destroyed", but it keeps its shape.
- room 1
Status | Released |
Category | Assets |
Rating | Rated 5.0 out of 5 stars (2 total ratings) |
Author | EncodedNovus |
Made with | GameMaker |
Tags | draw, draw-shapes-with-objects, draw-shapes-with-sprites, GameMaker, script, shapes, sourcecode |
Download
Download NowName your own price
Click download now to get access to the following files:
draw_shapes_with_sprites_objects_demo_v2.yymps 208 kB
draw_sprite_along_shape.gml 4.5 kB
draw_sprite_along_shape_ext.gml 5.5 kB
draw_sprite_along_circle.gml 1.6 kB
draw_object_along_shape.gml 4 kB
draw_objects_along_circle.gml 1.7 kB
Development log
- Draw shapes w/sprites & objects v1.2Mar 07, 2024
Leave a comment
Log in with itch.io to leave a comment.