How do I pin an object to the top left of a rotating sprite?
The object pinned should not rotate.
Add one more imagepoint at Top-Left of rotating sprite
On start layout - Set position to imagepoint
- Pin to object(Position only)
Not sure that is what you need because you should pin moving object to an immovable object instead doing the reverve.
Develop games in your browser. Powerful, performant & highly capable.
not sure I can do it because the main objects are created every x seconds and I want to pin the secondary object every time they are created.