View Single Post
Passing Variables to different methods
Old
PostalDave
Junior Member
 
Status: Offline
Posts: 4
Join Date: Oct 2018
Location: Greenville, SC
Default Passing Variables to different methods - 10-04-2018, 11:34 AM

I'm making a game for class that opens with a login / Registration page. When the game opens, the player will either login with an established email address and password, or he will register and add a new name, email address, password, etc. The new registration information does not have to be saved on the world permanently, but it has to used in the game. Then the registration, or the login information has to be used in a report at the end for how many points the player earned.

So the questions are, In Alice, 2 can I pass a variable in one method to another method?
Would it be better to pass the variables to an Array or List?

I've been trying to find a video to show me how to do this but I haven't had any luck.
Thanks for any help you can provide.
Dave
   
Reply With Quote