answersLogoWhite

0

Depends, if you wish to create a variable that is only controlled by one object, then simply declare: "variable_name=x" with x being whatever value. Although, if you want a variable that is controlled by any object, then name the variable: "global.variable_name" the global part insures the variable will be available for reference to any object.

User Avatar

Wiki User

14y ago

What else can I help you with?