1- Animated Decoration

Sandnet 1.4v - GM 0.8.7v

OFFICIAL DOCUMENTATION THE SANDBOX CREATORS: [https://docs.sandbox.game/en/v/creators/game-maker/docs/behaviours/animated-decoration] Description: The Animated Decoration Behavior is a feature in GameMaker that allows you to add animations to your in-game assets. This behavior consists of 11 Logic Parameters that enable control over various aspects of the animation, such as which animation will be displayed, the speed of the animation, whether it should loop indefinitely, how many times it should repeat, and under which conditions the animation should be shown. Moreover, it includes a detection sphere that senses the player's presence, as well as the ability to send messages at the beginning and end of the animation and the capability to interrupt the animation with another triggered animation. Overall, it seems to provide extensive control over the animation and how it interacts with the player and other Logic Elements.

ANI-1 - PlayCondition PlayOnStart: This condition activates the animation as soon as the game starts. It's a straightforward and automatic option, ideal for animations that should be seen as soon as the player enters a specific scene or level.

Last updated