Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: on Thu 18/08/2005 11:24:44

Title: Some questions
Post by: on Thu 18/08/2005 11:24:44
1.) Is it possible copy a part of the screen to the memory and paste it to the certain place. RawSaveScreen() and RawRestoreScreen() only copies and pastes all the screen.

2.) Is it possible to solve a certain pixel color on the screen?

3.) Is it possible dynamically draw to sprite with same way as draw to screen with RawDraw...() functions?
Title: Re: Some questions
Post by: Gilbert on Thu 18/08/2005 11:36:57
1.) Not yet. (http://www.adventuregamestudio.co.uk/tracker.php?action=detail&id=519)

2.) No, and even if it's to be implemented we need to find some way to solve possible ambiguity caused, since if your game is high res (640x400, 640x480 and 800x600) each game coordinate actually contains 2x2=4 screen pixels.

3.) Not yet, I think I had raised it as a minor suggestion some months ago, but I'm too lazy to dig the thread up.
Title: Re: Some questions
Post by: strazer on Thu 18/08/2005 20:07:31
Guy, if you have several short questions, please post them all as a single thread. Thank you.
Title: Re: Some questions
Post by: strazer on Tue 23/08/2005 05:40:38
Btw, these are the tracker entries you're looking for:

1.) RawRestoreArea (http://www.adventuregamestudio.co.uk/tracker.php?action=detail&id=483)

3.) RawDraw on sprites (http://www.adventuregamestudio.co.uk/tracker.php?action=detail&id=194)