I'm creating a boss that has an object pinned to a rope,in which the rope is then "rope" pinned to the bosses head. It does work when all the sprites are on the page aligned but I'm not sure how to spawn all the sprites on the screen and then have them pinned in the same position as the capx below.
Here's the capx:
dropbox.com/s/fjfj3b40aov1n5z/rope.capx
The capx shows the spot where I want the sprites to spawn. I have tried using the system event to create the objects individually then pin to one another but it didn't seem to work. I also tried placing all pieces in a container then spawning the player sprite but it still didn't work.
Also do physics objects now work on mobile apps? If so then I could use kyatric's example, but if not then its best I avoid physics altogether.
So any help would be appreciated.