Message Board


Message Board > News > Happy Newyear everyone

January 2, 2012, 14:21
Dennis
どこかにいる
2092 posts

Fenix code:
// it's been a long time, dunno if this would work, but here I go...
begin
  graph = init();
  loop
    if (rand (0,100) > 25)
      banner(400,300, graph);
        end
    frame;
  end
end

process init()
begin
  set_mode(800,600,32);
  set_fps(24,4);
  return load_png('Happy_newyear_logo.png');
end

process banner(x,y, graph)
private
  struct velocity
        vangle;
        vspeed;
  end
 
begin
  velocity.vangle = rand (0,360000);
  velocity.vspeed = rand (2,12);
  while( x > 0 and x < 900 and y > 0 and y < 600)
    xadvance(velocity.vangle,velocity.vspeed)
    frame;
  end
end

____________
Kwakkel
#
January 2, 2012, 15:24
PB
Defender of the faith
630 posts

thanks
____________
#
January 3, 2012, 18:47
link3rn3l
Whiskered
78 posts
happy new year..
____________
#
January 4, 2012, 00:11
PB
Defender of the faith
630 posts

thanks
____________
#
January 5, 2012, 18:34
DTM
Earthling!
821 posts

Happy New Year!

Possibly the last one before the Rapture, so make the most of it.
____________
:o
#
January 7, 2012, 02:55
PB
Defender of the faith
630 posts

thanks
____________
#
January 9, 2012, 15:35
Rincewind
programmer
1545 posts

Happy new year, to those postive despite the recent problems.
____________
Personal website: http://www.loijson.com
#
January 9, 2012, 21:49
PB
Defender of the faith
630 posts

I read in your signature that you're "healty again" asuming that is an updated signature, congratulations on that!

Oh and maybe I should also take the time to wish everybody a verry happy new year (I figured the thanks joke didn't work anymore here)!
____________
#
January 12, 2012, 14:11
Sandman
F3n!x0r
1194 posts

Yeah happy new year.
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
January 2, 2013, 17:20
DTM
Earthling!
821 posts

Happy new year again.

May your new years be joyful and interesting and free from medical problems.
____________
:o
#
January 2, 2013, 17:41
Rincewind
programmer
1545 posts

Happy 2013!
____________
Personal website: http://www.loijson.com
#
January 3, 2013, 15:21
Zomg
None
641 posts
I wish the best to everyone. This year I have a few vows including: making less mistakes.
____________
#
January 4, 2013, 22:36
PB
Defender of the faith
630 posts

Wishing everybody '13 happiness!
____________
#
January 6, 2013, 12:36
Dennis
どこかにいる
2092 posts

can't believe the hottest news is a happy new year wish from last year.
____________
Kwakkel
#
January 7, 2013, 01:26
Sandman
F3n!x0r
1194 posts

It's the way it is. Happy new year again!

See you next year.
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
January 24, 2013, 19:36
OScoder
None
1338 posts
Fuck the new year! The only thing that could save it would be free alcohol...
____________
om
#
February 11, 2013, 13:27
Dennis
どこかにいる
2092 posts

At least you have 1337 + 2 posts.
____________
Kwakkel
#
November 10, 2013, 00:31
PB
Defender of the faith
630 posts

I just opened this thread because Booleansoup marked it as not fully read...
____________
#
November 10, 2013, 13:41
Zomg
None
641 posts
I would like to announce Dennis and I are not going to check booleansoup much anymore because, well, it seems to be dead.

Let me know your thoughts on this please. =)
____________
#
November 16, 2013, 19:26
PB
Defender of the faith
630 posts

Well I have little to say about that, given my absence lately...

Wait... Am I actually accessary to killing booleansoup? O_O

[Edited on November 16, 2013 by PB]
____________
#
November 17, 2013, 12:45
Zomg
None
641 posts
Nah.
____________
#

Message Board > News > Happy Newyear everyone

Quick reply


You must log in or register to post.
Copyright © 2005 Booleansoup.com
Questions? Comments? Bug reports? Contact us!