I pinned an object to the player on another layer, and I've tried "set position to another object" and the Pin behavior this time, but no dice. The object doesn't move with the player. Player has 8-Direction and ScrollTo behaviors.
https://www.dropbox.com/s/k876b17hg3g5xhg/teest.capx
I'm using r165, btw.
You need to set the position first, then Pin.
I did this and the issue persists. The image just sits at the bottom of the screen, then shoots up the top of the screen when I move up.
I'm not seeing that. The red square pins to the black sprite with the hole in the middle and they move around together. It might help if you add a tiled background so you can see the movement. It's hard to see anything useful with a white background.
Sorry about that, here's a new capx with new sprites: https://www.dropbox.com/s/kaf6w0go87zdd69/test2.capx
You've got Parallax on Layer 3 set to 0,0. Put it back to 100,100
Develop games in your browser. Powerful, performant & highly capable.
Thanks, it's working now