Computer Science Canada Graphics Size determined by variable |
Author: | TheEvilOne [ Tue Apr 12, 2005 4:59 pm ] | ||
Post subject: | Graphics Size determined by variable | ||
Alright, this might be a really stupid question but... does anyone know how I can set the screen size by a variable? I've been trying, but it wont work =/ it will let me use a number, but not a variable.
Anyways, im writing a dynamic tile system, and its not really a must, just thought it would be easier for users to be able to specify the size by variable =/ |
Author: | Cervantes [ Tue Apr 12, 2005 7:10 pm ] | ||
Post subject: | |||
Convert your integer into a string.
|
Author: | TheEvilOne [ Tue Apr 12, 2005 8:04 pm ] |
Post subject: | |
You know... I didnt think about the fact that it had to be converted to string. Thanks so much |