- Modifié
Can you do "movieclips" inside spine?
Hi i was wondering if in spine you can do mini looped animation that repeats itself but attached to a bone.
For example if i made a zombie and wanted him to loop a mouth animation, but independent of bone animation can it be done?
Yes! You can key the attachments of a slot (or programmatically set the attachment of a slot at runtime if you want to match it with speech). Have a look at the Alien example (spine-runtimes/examples/alien at master · EsotericSoftware/spine-runtimes · GitHub). It uses image sequences on a bone's slot to produce this kind of effect. For a live sample see Spine: Demos (Spine with frame-based animation).