Kind of overwhelmed by all the scripting I gotta do and can't do...
I'm a musician/composer so we program notes
Got the ideas but not the technique
I just started python yesterday...
I didn't use a compiler or whatever...
I just wrote down with the instructions of the code.
It seems however that a.reverse is doing nothing;
like tails says: It's just a function...
Hello! The code: function ff(answer) { var x = 2; var y = 5; var z = 3; var a = new Array(6, 5, 4, 9, 3, 7); var v = y * a[y] + z * a[z] - y * x * z + a[y] * a[x] * a[3]; a.reverse; v = v + a[z] + a[y] + 11 * a[1] + a[0] - 1; if (answer == v) { return true; } else { alert("not it!"); retur...
Mmm, yeah, this is what it gives me too. I made a reading mistake :shock: Anyhow, still I needed to try several editors (why GIMP?) before it gave me the right value. Isn't there a more pure way to retrieve the value of an Image? Thank you for your patience, though, to bad it ends with green (where ...
Hi there, I've managed to solve 37 challenges without any knowledge about programming but now I have various ideas to solve a challenge but no experience in scripting. And I believe that the fast typing challenges teaches that there is another way... Any recommendations on accesible scripting langua...
Yes, but the tools I use that give me a 24-bit integer of the RGB apparently give me the wrong code.
If I can't trust the tools then I must find a way to uncover the color from the data I have: the file itself.
Hi there, I am enjoying the challenges. The Didactic RGB is bothering me because my color meter is inconsistent. I got a color meter that comes with my mac and it is possible to read the 24-bit integer from that program. Only it differs between computers and all my attempts where wrong anyway. I dow...