PDA

View Full Version : FScommand, resize



kornkid8281
August 20th, 2002, 12:22 AM
is there a way to prevent resizing using FScommand?

lostinbeta
August 20th, 2002, 12:29 AM
Yes sir, there is...

fscommand(allowscale, false);

scaling = the changing of size from original

allowscale = should i be able to scale?

false = nah, i want this to stay the same

kornkid8281
August 20th, 2002, 12:34 AM
thx a bunch. a knew it was something like that. i forgot and couldn't find anything on it. so, thx again.