THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/10/2005 at 10:16, xxxxxxxx wrote:
Thanks again
While I wait for answer I thought about anather way. You called now too.
When I create objekt I want to store it in a variable.
But my create-routine is in a function.
And its looks like variables in a function(){} are isolate.
When I create a variable in main(){} I cant get it in the function.
I search in SDK, but I don't found anything about global variables.
I have a funcion for generateBone() and for generateBoneUnderAnother().
I want store the objects in variables, but the counter in the functions start by "0" every call function.
Where can I found how can I make global variables?