actionscript 3 - Keyboard Control on characters made with Adobe CS4 Bone Tool? -


Is there a way to control the character made with Adobe CS4 bone tool through the keyboard button? Its limbs are connected to the IC chains formed by the bone tool.

import fl.ik. *;

Usage

IKArmature IKBone IKJoint IKMover

addEventListener (keyboardEvent.KEY_DOWN, keyDownHandler); Function KeyDownloadHandler (Event: Event) {If (event.keyCode == Keyboard.UP) {/ IKMover moveTo () method}}

Comments

Popular posts from this blog

php - multilevel menu with multilevel array -

objective c - iPhone and it's wireless area -

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -