Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Within the framework of a single id, I can interrupt the animation. The question is the ability to switch id from 2 to 1. I don't find the tools for this.

At the moment, if id 2 is playing, then 1 is completely blocked.

That is indeed the case.

However, it is difficult to make special changes to the composite animation behavior for channel IDs because it is part of the SpineSDK specification.
(If the animations manipulate the same material, the latter ID's animation is stronger and overrides the former.)

I think it is appropriate to deal with this in the way events are organized.

(2 edits)

I'm trying to do this, and I'm writing this because I can't find the commands or tools to implement it. I see that there are SpineEvents, but I can't see how to operate on the id on the previous value.

You can get the value when the event occurs.
I hope this will be of some help.
http://ugken.com/ext/Spine/EventCheck.zip

I think these are the instructions that I need. Thank you.