Gibbz
02-20-2007, 06:57 AM
Ok, I have 3 rollouts on my Rolloutfloater.
This only happens the first time, any time after ive loaded the scipt once it seems to store it in memory.
So the problem is if i try to access something from a different rollout I get the following error.
>> MAXScript Rollout Handler Exception: -- Unknown property: "txtGroupName" in undefined <<
Is there a way to make a rollout global? Or should I assign stuff I need to access between rollouts to new global variables?
Edit:
A overview of my setup....
Globals
Functions
Rollouts
The problem seems to be that the functions are before the rollouts? Could the be the problem?
This only happens the first time, any time after ive loaded the scipt once it seems to store it in memory.
So the problem is if i try to access something from a different rollout I get the following error.
>> MAXScript Rollout Handler Exception: -- Unknown property: "txtGroupName" in undefined <<
Is there a way to make a rollout global? Or should I assign stuff I need to access between rollouts to new global variables?
Edit:
A overview of my setup....
Globals
Functions
Rollouts
The problem seems to be that the functions are before the rollouts? Could the be the problem?
