Trying to do something pretty simple: Make enemies line up during an animation. I tried doing it relative to the user's location, but that got ALL kinds of screwy, so I decided I'd do it with coordinates. Here's what I came up with, with the help of a tool that finds coordinates for you as I'm horrible at these things:
move friend 1: point, 140, 200, 15
move friend 2: point, 140, 220, 15
move friend 3: point, 140, 180, 15
move friend 4: point, 140, 160, 15
move friend 5: point, 140, 240, 15
It works.... except that everyone moves to the far top left of the screen, most of them cut out of the image, which was not at all what the tool told me I'd be getting. If anyone knows what I'm doing wrong, I'd appreciate the hand. Lest anyone wonder, by the way: The tool does work and has in the past, but I've never tried it in conjunction with the Action Sequence plugin until now.
(I'm off to bed, so I'll have to get back to any "try this and report results" replies tomorrow.)