hi I'm working on a game with dialog but I am using the block coding so I don't have arrays. Because of that I have decided to use animation frame tags but I can't figure out how I can acces them threw the blocks.
Develop games in your browser. Powerful, performant & highly capable.
You can use various expressions:
Sprite.AnimationName
Sprite.AnimationFrame
Sprite.AnimationFrameTag
construct.net/en/make-games/manuals/construct-3/plugin-reference/sprite
thanks that worked first try