Hei Guys,
I got a really simple problem.
1. I pin 3 objects to on 1
- Object1 pin to Image1
....
2. I set the position of Image 1 to the middle of my screen
- Set Position Image1 (ScrollX, ScrollY)
3. Here is my problem, I set a image to the Imagepoints from Object1
- Image2 set position to(Objec1.ImagePointX(1), Object1.ImagePointY(1)
4. It moves the Image2 to the old position (before i moved image1) of my Object
Al ready tried to fixx this with sub events and functions, nothing worked any idea ?