• Flicker in animation when using linked meshes

I am using Cocos Creator 1.5 to create the game
Here is the link to cocos creator project

https://www.dropbox.com/s/1w655zh65yj9ua8/SpineLayoutTest.rar?dl=0

if you want to check the spine project I can send it too

in PlayingCard.js

here i hide all the slots

this.hideAllSlots();

then attach card back image to dealer_1 slot

this.setCardBasedOnPosition("Back");

when I get the trigger "show_face" I set the correct card attachment

if (event.data.name === 'show_face')
            {
                this.setCardBasedOnPosition("Clubs_11");
}
Related Discussions
...