Hi,
I am currently working on a project where I need to be able to change the sizing of the square based on what the user wants. For example, I will ask, "What size did you want the square to be?" In which they would state either small, medium, or large. Afterwards I need the square to actually be that size. I understand i'm suppose to use variables but i'm not sure how to use it correctly. Could anyone please explain this to me? Thanks!
Offline
if the square is a sprite, then use
[blocks]<set size to( <{ variable }> )%>[/blocks], where 'variable' is the size of the square.
Last edited by floppy_gunk (2011-03-01 00:51:31)
Offline
No the square isn't a sprite the square is basically being drawn by a pencil and i'm being asked to what size did I or the user want the square to be. But thank you
Offline