proce55ing

Try making a Site with that Java crap. . . . .

I’ll stick with flash! :thumb:

Well it’s ghetto, but for 1 minutes worth of work it’s all I had time to try and create…

void setup(){
  size(550, 400);
  background(200, 200, 200);
  stroke(0);
}
void loop() {
  noFill();
  rect(mouseX-15, mouseY-15, 30, 30);
  line(mouseX, 0, pmouseX, height);
  line(0, mouseY, width, pmouseY);
}

Gotta go… hehe… I can’t wait until I have more time to mess with what this can really do!

:!: Lost has gone over to the dark side! :rd:

:hair:

*Originally posted by senocular *
**:!: Lost has gone over to the dark side! :rd:

:hair: **

Heck no Sen!!! Just hopeing to add something else to my list of languages. I still love AS (mainly because anything I know how to create isn’t usually processor intensive to a point where it drives me crazy… hehe)

thor that is really cool. although i can barely code as, so its not for me. but i would like to try it someday. but PHP and AS are my honnies (dont worry guys i wont leave you) but its still really cool.

*Originally posted by senocular *
**:a:

AND hes trying to convert others! :scream: **

:pope: Hes trying to convert others to his ways.

Well, I know two programming languages - AS and BASIC, I have been meaning to learn C++ for some time now, but haven’t gotten around to it. I really should.

Anyway, thats pretty cool.