If u look at the swf below, im trying to make it so that the head stay on the chars shoulders and follows the moves. If u hit z u can make his tounge come out. Anyone know how to fix this? This is the script im using
onClipEvent (enterFrame) {
_rotation = Math.atan2(_parent._ymouse+_y, _parent._xmouse-_x)*45/Math.PI;
}