PDA

View Full Version : Mouse coords



cruel ko
June 14th, 2011, 19:25
Alright i need help with buttons, sprites placement. Then thing i dont get is the mouse coords on here.



addHoverButton(18129, "Interfaces/Clan Chat/SPRITE", 6, 72, 32, "Join Chat", 550, 18130, 1);
addHoveredButton(18130, "Interfaces/Clan Chat/SPRITE", 6, 72, 32, 18131);



Alright i know that this below is finding where the sprite is



"Interfaces/Clan Chat/SPRITE"


then this is what sprite in that folder


"Interfaces/Clan Chat/SPRITE", 6


then obv this is what it does



"Join Chat"



okay what i need now is how to move the sprite, and the button because the x and y coords on the data is not the same as on here

cruel ko
June 15th, 2011, 02:45
bump, rephrased it on what i need