Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Rui 'Trovatore' Pires on Sun 25/05/2003 14:26:53

Title: RawDrawImage suggestion - draw IN FRONT of objects and characters
Post by: Rui 'Trovatore' Pires on Sun 25/05/2003 14:26:53
RawDrawImage suggestion - draw IN FRONT of objects and characters. Having to re-set all the walkbehinds is giving me a headche!
Title: Re:RawDrawImage suggestion - draw IN FRONT of objects and characters
Post by: Pumaman on Sun 25/05/2003 17:08:23
The RawDraw functions all draw onto the background scene, therefore it is not technically possible to have it in front.

If you need an image in front of other things, make it an object or a GUI.
Title: Re:RawDrawImage suggestion - draw IN FRONT of objects and characters
Post by: Gilbert on Mon 26/05/2003 06:16:44
You can also use overlay, but there're a limit to this, and they're not drawn "permanently" to the screen.