hello there
I wanna make this in javascript using jquery if needed
display a matrix of squares
when the user clicks on a square it changes the colour to black
if clicks again, back to white
and I need the information in an array
I'm n00b, what's the best way to do this?
Name:
Anonymous2010-06-17 21:00
I saw that movie the matrix with supreme acting by keavue reaves or something
Name:
Anonymous2010-06-17 21:00
Me too, It was a pretty good movie i have to say.
Name:
Anonymous2010-06-17 21:03
>>2
Didn't that Keanu guy recently donate all his royalties or something or something from the matrix to all the effects and costume designers?
Name:
Anonymous2010-06-17 21:03
>>4
Yeah I heard it was like 50 million pounds. what a class act
Name:
Anonymous2010-06-17 21:04
Too bad 2 and 3 were terrible. The first one really shifts your paradigm, makes you think. The others were just sloppy.
Name:
Anonymous2010-06-17 21:05
>>6
Yeah 2 and 3 were terrible, but the first one became a cult classic.
Name:
Anonymous2010-06-17 21:21
canvas all the way down
Name:
Anonymous2010-06-18 2:27
If I were trying to do this I would read SICP.
Name:
Anonymous2010-06-18 2:30
i'm not sure but i think you *might* want to use booleans.