Skip to main content
Participant
June 21, 2014
Question

Moving a puppet with bones in the swf with AS3

  • June 21, 2014
  • 1 reply
  • 369 views

First of all, sorry my English, I'm  not english speaker.

I'm doing a drawing application, like Paint, but it has puppets too. You can paint, and you can drag puppets and create your own position of the puppet.

Ok, the problem is here: the puppet has the bones already in the flash project, but now, I don't know how to make it for move the bones of the puppet in the SWF, I'm using actionscript3.

How can I do this?

Thank you, I'm a beginner fighting, haha.

This topic has been closed for replies.

1 reply

Inspiring
June 23, 2014

You can set armatures in the properties to authortime (for animating by the Flash author) or runtime (can be manipulated by the user or with ActionScript)

If your user ahould be able to move the bones target runtime.

Manipulating IK with AS3 is explained here:

Adobe ActionScript 3.0 * Animating IK Armatures Overview