Type: Posts; User: Caelum
Try posting the image you want to edit, maybe someone could do it for you and then tell you how they did it.
Try something like: var links = document.getElementsByTagName("a"); links.style.color = "#000"; And a good reference - www.w3schools.com/js/js_htmldom_css.asp
Lmao
You mean something like this?: var monsterStuff = { var1: 0, var2: 0, varMove: function(someone,vars) { //code }, varPunch: function(someone,someoneelse,vars) {
Hey all, Is there a better/faster way to track the mouse co-ords? Currently there is a noticeable delay when I move my mouse and the crosshair I've draw with canvas will follow it. I want the...