AntoniaChimp Posted June 26, 2019 Share Posted June 26, 2019 Hallo! Ich benutze Charm js https://github.com/kittykatattack/charm in meinem Projekt. Jedoch bin ich auf ein Problem gestossen. Meine Tweens werden abgebrochen, sobald ich eine onComplete function für walkPath benutze. let mix = charm.walkPath( card, //The sprite waypoints, //Array of waypoints 80, //Total duration, in frames "deceleration" ); mix.onComplete = function(){ card.interactive = true; }; Ist jemand auch auf dieses Problem gestossen oder kann mir weiterhelfen ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.