I thought that the set block worked on the sprite not the costume.
Sorry! I'm not familiar with that feature. There should be a way using rotation centers (because the two are correlated). I'll look into it more later.
Actually, the block my [center x V] returns where the center of the costume is on the stage, while my [rotation x V] returns where the center of the costume is on the SPRITE.
To change this behaviour just remove the last subtraction block which includes the x/y position.
When I first read this I misunderstood it (knowing what I do now about the center x/y reporter). Clarification: Your script only sets the crosshair to the center of the sprite. I first read it as "moving the crosshair tool programmatically to change the center of a sprite". If this is how @sathvikrias interpreted it, then their reply:
makes sense. Note that this isn't your (@joecooldoo's) fault. I just read what I expected to see.
If we change the starting position of the sprite, however, there is no difference in where the sprite appears to be relative to the stage even as the costume changes:
This is because "my center x" is dependent upon the sprite's position as well as the costume's position relative to the sprite. If you are wanting to modify the costume's crosshair alone
then my version of the block is what you want. It will work no matter where the sprite is.