I have a boss ship that moves left then after say 10 HPs moves back right and a shield object comes up. I can get the shield obj to come up fine and move with original obj with "set position to (boss1.x, boss1.y)."
But with the above command the the boss and sheild just do not line up like i want(because they are different sizes and whatnot) and so I am trying to shift the shield by add/minus x/y as needed but to me it does not appear to be working.
would you guys/gals use set position to (boss1.x, boss1.y+100) to shift the shield obj down 100 pixels from the center point of the boss1 obj? Or am I not understanding something?
Thanks,
Rich