Parameters in Alice -
12-16-2010, 09:43 PM
Hi,
I am trying to do a project and Alice and I am very limited in my understanding of this language. I understand what a parameter is in Java, Python, Perl, ect. The use of parameters confuse me however. Here is what I am trying to do. In the beginning of my program I want the user to enter a name for the main character. I want this variable to be passed to the second method for use in the next 'scene' I created. How would I go about doing this.
Thank!
|