Quote:
Originally Posted by MysticalDragon
Inside a gani you could do;
PHP Code:
SCRIPT
function onPlayerEnters() {
with ( findImg( 100 ) ) {
image = player.attr[#];// Image of Cape
layer = 2;
attachToOwner = true;
attachOffset = { -1, -3, 0 };
}
}
SCRIPTEND
|
I know, I already had something like that. What my question was is if we can find the position of a certain sprite. For instance, finding the coordinates of the body in all views so that you can position the cape correctly.