Been going through the two tuts 1)beginners guide to max 2)how to make astroids in an hour.
first question-why- global image:timage? does it have to do with mem managment?Guess I'm asking what is timage ,And why global?Because u can use it in functions directly?
second question-In different types,ex.-type tship and type trock-they have this line...global list:Tlist...if u didn't make it global then a new list would be made everytime u made a new object?Also making it global u can use it in functions directly,right?
first question-why- global image:timage? does it have to do with mem managment?Guess I'm asking what is timage ,And why global?Because u can use it in functions directly?
second question-In different types,ex.-type tship and type trock-they have this line...global list:Tlist...if u didn't make it global then a new list would be made everytime u made a new object?Also making it global u can use it in functions directly,right?