Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Ethan D on Tue 30/06/2009 03:23:40

Title: Changing an objects size
Post by: Ethan D on Tue 30/06/2009 03:23:40
Is there a faster way to change an objects size other than by reimporting it with more or less blank space?
Title: Re: Changing an objects size
Post by: Khris on Tue 30/06/2009 08:10:19
What are you trying to do? It sounds like you're simply trying to move it.
Title: Re: Changing an objects size
Post by: on Tue 30/06/2009 11:42:19
If you mean an object's SPRITE, you can always simply crop its edges in the editor itself. Just right-click on it.

Alternatively, the new TWEEN module can do dynamic scaling for characters, objects and GUIs.  (Found here: http://www.adventuregamestudio.co.uk/yabb/index.php?topic=38015.0 (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=38015.0))

Or you can make the object match a room's walkable area scaling- this also alters the size.
Title: Re: Changing an objects size
Post by: Ethan D on Tue 30/06/2009 14:31:05
I think I got what I was looking for. Thanks