PDA

View Full Version : change size of objects


bluegel
02-20-2003, 10:19 AM
ok. on a game where you can go to a config screen to select items. Any idea how to change the size of items (as this is one of the selections) so that the appear on the screen either small, medium or large.

I understand that this might be a confusing question, but unfortunately, I can't upload my code.

If anyone can help.

Thanx in advance

:p

JGizmo
02-20-2003, 02:43 PM
you can use

_xscale, _yscale

or

_height, _width

They are all belongs to a properties of an object

John

bluegel
02-20-2003, 04:20 PM
i'll try that, thanx :p