Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Moving a puppet with bones in the swf with AS3

New Here ,
Jun 21, 2014 Jun 21, 2014

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.

TOPICS
ActionScript
344
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Jun 23, 2014 Jun 23, 2014
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines