Your Daily Random Comment

Shoot the breeze with other Olympians.
RandomPerson
Staff Emeritus
Staff Emeritus
Posts: 122
Joined: April 2nd, 2009, 4:59 pm
Division: Grad
State: IN
Has thanked: 0
Been thanked: 0

Re: Your Daily Random Comment

Post by RandomPerson »

Why 4 years ago sweetcoop?

If I could go back and change things... well I'd probably go back to this past june... personal reasons of course.
A new era has begun
User avatar
brobo
Exalted Member
Exalted Member
Posts: 445
Joined: April 8th, 2009, 2:44 pm
Division: C
State: TX
Has thanked: 0
Been thanked: 0
Contact:

Re: Your Daily Random Comment

Post by brobo »

Here's a sample program I used for proof-of-consept. Pretty much I want to color every pixel on the screen a specific color, but for this exemple its the same color. Each sprite is 1x1 pixel. Does anyone see anything missing? It was written in C++ with the Dark GDK, if anyone knows it.
I wrote:// Dark GDK - The Game Creators - http://www.thegamecreators.com

// the wizard has created a very simple 2D project that uses Dark GDK
// it can be used as a starting point in making your own 2D games

// whenever using Dark GDK you must ensure you include the header file
#include "DarkGDK.h"

// the main entry point for the application is this function
void DarkGDK ( void )
{
dbSyncOn ( );
dbSyncRate ( 60 );
dbDisableEscapeKey ( );
dbSetImageColorKey(255, 255, 255);
dbLoadImage("pixels\100.bmp",1 );
dbLoadImage("pixels\200.bmp",2 );
dbLoadImage("pixels\010.bmp",3 );
dbLoadImage("pixels\110.bmp",4 );
dbLoadImage("pixels\210.bmp",5 );
dbLoadImage("pixels\020.bmp",6 );
dbLoadImage("pixels\120.bmp",7 );
dbLoadImage("pixels\220.bmp",8 );
dbLoadImage("pixels\001.bmp",9 );
dbLoadImage("pixels\101.bmp",10 );
dbLoadImage("pixels\201.bmp",11 );
dbLoadImage("pixels\011.bmp",12 );
dbLoadImage("pixels\211.bmp",13 );
dbLoadImage("pixels\021.bmp",14 );
dbLoadImage("pixels\121.bmp",15 );
dbLoadImage("pixels\221.bmp",16 );
dbLoadImage("pixels\002.bmp",17 );
dbLoadImage("pixels\102.bmp",18 );
dbLoadImage("pixels\202.bmp",19 );
dbLoadImage("pixels\012.bmp",20 );
dbLoadImage("pixels\112.bmp",21 );
dbLoadImage("pixels\212.bmp",22 );
dbLoadImage("pixels\022.bmp",23 );
dbLoadImage("pixels\122.bmp",24 );
while ( LoopGDK ( ) )
{
for(int y=0; y<500; y++)
{
for(int x=0; x<784; x++)
dbSprite(784*y+x, x, y, 5);
}
if ( dbEscapeKey ( ) )
break;

// here we make a call to update the contents of the screen
dbSync ( );
}

return;
}
When I play it, the screen is completely black, but the color I chose is green.
Anyone know why?
Image--Texas!

brobo's Userpage

"Let's put all our differences behind us, for science. You monster."

Ubuntu is awesome.
User avatar
sweetcoop
Member
Member
Posts: 157
Joined: November 13th, 2008, 2:55 pm
Division: Grad
State: CO
Has thanked: 0
Been thanked: 1 time

Re: Your Daily Random Comment

Post by sweetcoop »

RandomPerson52 wrote:Why 4 years ago sweetcoop?

If I could go back and change things... well I'd probably go back to this past june... personal reasons of course.
Cause that would be before my TaeKwon-Do Instructor moved to Texas than i would not have to got through the **** that i am going through right now. pluse i could do better in school than i did my freshmen and sophmore years.
ImageImage
The 10 most important two letter words.
If it is to be, it is up to me
User avatar
googlyfrog
Member
Member
Posts: 161
Joined: August 13th, 2009, 8:55 am
Division: C
State: PA
Has thanked: 0
Been thanked: 0

Re: Your Daily Random Comment

Post by googlyfrog »

Sorry Robodude, not my fault. We keep posting at the same time.
User avatar
Avis_de-Incendia
Member
Member
Posts: 122
Joined: March 5th, 2009, 12:56 pm
Division: B
Has thanked: 0
Been thanked: 0

Re: Your Daily Random Comment

Post by Avis_de-Incendia »

LAlalalalalalalala

Singing a song
Hello! :]
User avatar
croman74
Member
Member
Posts: 876
Joined: December 31st, 2008, 5:31 pm
Division: C
State: MI
Has thanked: 0
Been thanked: 0

Re: Your Daily Random Comment

Post by croman74 »

Happy Birthday Robotman!!!!!
Also, on a side note, I will probably be in division C this year cause I think I will join our high school team due to the fact that they have a better chance of being really good and that the middle school coaches are both not coaching this year.
My 2010 Events
Elevated Bridge-7th
Trajectory-1st
"Why does Sea World have a seafood restaurant?? I'm halfway through my fish burger and I realize, Oh man....I could be eating a slow learner." -Lyndon B. Johnson
Image
User avatar
sweetcoop
Member
Member
Posts: 157
Joined: November 13th, 2008, 2:55 pm
Division: Grad
State: CO
Has thanked: 0
Been thanked: 1 time

Re: Your Daily Random Comment

Post by sweetcoop »

:cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry:

I found out today that my town is situated in what use to be Mexico.

Even worse is that it is the part that later becam Texas. NOOOOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ImageImage
The 10 most important two letter words.
If it is to be, it is up to me
User avatar
dvd
Member
Member
Posts: 64
Joined: March 11th, 2009, 12:56 pm
Division: C
State: PA
Has thanked: 0
Been thanked: 0

Re: Your Daily Random Comment

Post by dvd »

blah
2011 Regional, States, National Events
Disease Detectives- N/A, 3rd, 9th
Anatomy- 1st, 2nd, 20th
Microbe Mission- 2nd, 3rd, 4th
WIDI- 1st, 2nd, 38th
Fossils- 2nd, N/A, N/A
Compute This- 4th, 4th, N/A
Team- 1st, 1st, 11th

Medal Count: 32
Moving on to C division
User avatar
Avis_de-Incendia
Member
Member
Posts: 122
Joined: March 5th, 2009, 12:56 pm
Division: B
Has thanked: 0
Been thanked: 0

Re: Your Daily Random Comment

Post by Avis_de-Incendia »

Any good books?
Hello! :]
User avatar
googlyfrog
Member
Member
Posts: 161
Joined: August 13th, 2009, 8:55 am
Division: C
State: PA
Has thanked: 0
Been thanked: 0

Re: Your Daily Random Comment

Post by googlyfrog »

dvd wrote:blah
Good randomness. You never seem this random at school. Good job! Nanananalalalala glalala.
Post Reply

Return to “General Chat”

Who is online

Users browsing this forum: No registered users and 0 guests