KRE8

Posted by DSG on May 19, 2006, 6:03 p.m.

Im working on an experimental program that is.. basically psuedo-creativity. its a program that draws abstract art by itself. AND TO KEEP THE FPS HIGH, i need to know how to take a screenshot of the game in the game by itself, and make it the background of the room.

ALSO, who liked Invasion 2??

its slow on bad computers so dont blame me blame ur computer.

KRE8 is still in early developement so no screens.

Comments

Josea 18 years, 6 months ago

I liked invasion 2

there's a function called screen_save(filename)

it'll take a picture of the game, you can then load the file using the background manipulation functions.

KaBob799 18 years, 6 months ago

Invasion 2 almost locked up my computer in 2nd period at school XD

Xemrel 18 years, 6 months ago

There's also just <code>sprite_create_from_screen()</code>.

DSG 18 years, 6 months ago

i figured it out. set background_index[0] = background_create_from_screen

Alpha Man 18 years, 6 months ago

Ignorance is a horrible, horrible thing.

So, what does KRE8 mean?

DSG 18 years, 6 months ago

kre8 - create

DSG 18 years, 6 months ago

…that explains why the longer it runs the longer it takes to close… HOW DO I DO THAT?

DSG 18 years, 6 months ago

nevermind