Examples of onscreenx()


Examples of fm.ak.client.object.Tile.onscreenx()

        //String xy = ((Main.mousex - centerx) / 40) + Local.Self.mx + "," + ((Main.mousey - centery) / 40) + Local.Self.my;

        if (Local.TilesByPos.containsKey(xy)) {
            Tile t = marked = Local.TilesByPos.get(xy);

            marker.position(t.onscreenx(), t.onscreeny(), marker.w(), marker.h());
        } else {
            marked = null;
            marker.position(-40, -40, marker.w(), marker.h());
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.