Icon

Instance Flags

YellowAfterlife [freeware]

You must be logged in to obtain assets

Description

Quick links: Documentation · itch.io page (has the demo project!) · Source code
Versions: GameMaker: Studio (1.4.1804+ only), GameMaker Studio 2
Platforms: All of them

Historically GameMaker instances only had a single flag ("soild"), which was mutually exclusive with filtering instances by their type/parent, but, with introduction of collision list functions, we can do better, allowing to filter by type AND an arbitrary set of flags.

So, for instance, you can check whether your character is standing on a slippery solid block, or whether that block is jump-through, or find the nearest airborne target in a tower defense game, or many other uses.

See the demo project for an example!

GMS1 notes: When importing the extension alone, subsequently import the "collision_list_funcs" extension from its included files.

GMS2 notes: If using the demo, remove the "collision_list_funcs" extension after importing the project - it is only used to workaround an issue with GMS1.

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS1 - Version 1.0.0. Published April 9, 2019

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait