Hello everyone,
I'm working on a "flying coins" animation. The animation should show some gold coins flying from the middle of the screen to a specific target at the top of the screen.
My first solution was to work with path constraints for every single coin. That works perfectly as you can see in the attached video.
But now my coder wants the possibility to dynamicly define the target of the coins, e.g. sometimes they have to "land" a little bit more right, a little bit more left or little more downwards.
I'm new to spine and it would be great to have a solution for this.
The main facts:
- coins should be flying from the center of the screen
- the target of all coins should be defined by code
- my coder work with PixiJS
I'm happy about EVERY hint or tip you have.
Thanks a lot and best regards
Oliver