Search:

Type: Posts; User: Time

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    2,051

    Re: Looking for a method,

    Yea, well i fixed it awhile back, I frogot to reset the angle when I passed out another object(sprite),
  2. Replies
    7
    Views
    2,051

    Re: Looking for a method,

    I was wondering why the occurrence of that was happening,

    Well thanks that fixed one issue,

    Another issue I'm having is the instance of 2 or more,

    Once I use make one object(1) face another...
  3. Replies
    7
    Views
    2,051

    Re: Looking for a method,

    Thanks, I derived this formula and it works fine.



    public static double getDegrees(Entity toFace, Entity faced) {
    double A = toFace.getAbsX() - faced.getAbsX();
    double B =...
  4. Replies
    7
    Views
    2,051

    Looking for a method,

    I need a method that returns the degree's needed for a rotation for one image to basically turn to the other image,

    example:


    http://i44.tinypic.com/e04wax.jpg

    The degrees the the the...
Results 1 to 4 of 4