Posts

Post not yet marked as solved
0 Replies
297 Views
Trying to use replay kit to make videos of the screen and music selected from iTunes. The audio stops when replay kits starts.However...Audio from Other audio apps, like Amazon Music, can be recorded using replay kit.Any thoughts on how to resolve this?
Posted
by rbsmith5.
Last updated
.
Post not yet marked as solved
1 Replies
410 Views
In using SpriteKit, I have a composite sprite node, composed of legs, arms, head, torso. The limbs are connected via joints and rotate nicely. To have the figure look "right", different limbs have different z positions. The torso has a lower z position value than the head, the arms have a greater z position value than the torso, etc.The problem...when dragging the jointed body around, once you have touched a part and drag it, the selected item can change if the original dragged item drags over a "limb" with a higher z position value. For example, when dragging the torso, when dragging nears the arms, (there's gravity affecting the limbs), the arm is suddenly selected as the dragged item which makes the dragging of the figure all wrong and awkward. How can I stop the higher z position value arms from intercepting the dragging of the lower z position value torso when it's the torso that I want to be dragged?Thanks!
Posted
by rbsmith5.
Last updated
.