Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Doku on Sat 23/07/2005 00:45:27

Title: problem with character sprite? [SOLVED]
Post by: Doku on Sat 23/07/2005 00:45:27
Hi!I am new here and a newbe with AGS.
I have this little problem >:( :
I want to do a cuttscene,with a man talking.Well I imported my backround and then I imported a sprite with a face,then Ι set in character option the x,y position(of face), but I cant fit the sprite correctly on my backround.(In one or two points is wrong fited).I imported that sprite again and again,and I created another sprite,but I had the same problem.My project run in 32 bit-color.
Sorry for my bad English!!!  :P
Title: Re: problem with character sprite?
Post by: Gilbert on Sat 23/07/2005 03:22:11
Are you using hires (640*400, 640*480 or 800*600) or lores (320*200, 320*240 or 400*300) in your game?
If you're using hires, bear in mind that the game coordinates used by the engine is from their lowres counterpart (for example, in a 640*480 game, the actual game resolution is 320*240), so you can only place sprites on even screen coordinates. To make things align correctly, make sure that the width and height of sprites are even numbers, etc.
Title: Re: problem with character sprite?
Post by: Doku on Sat 23/07/2005 11:20:17
Thanx!I change a little the canvas sprite,and all ok!