View Single Post
  #3  
Old 01-16-2015, 05:38 AM
Alpho Alpho is offline
Registered User
Alpho's Avatar
Join Date: Dec 2011
Location: California, USA
Posts: 80
Alpho will become famous soon enough
Quote:
Originally Posted by MysticalDragon View Post
Inside a gani you could do;
PHP Code:
SCRIPT
function onPlayerEnters() {
  
with findImg100 ) ) {
    
image player.attr[#];// Image of Cape
    
layer 2;
    
attachToOwner true;
    
attachOffset = { -1, -3};
  }
}
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.
Reply With Quote