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

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -