HI

i have this line in my main action code..

action abc
{ player1 = me;
while(1) {normal movement and camera functions}
}

and this one in another action code

action xyz
{ you = player1;
my.x = your.x+24*cos(your.pan)+24*sin(your.pan);
my.y = your.y+24*cos(your.pan)+24*sin(your.pan);
my.tilt = your.tilt+30;
my.pan = your.pan;
}

i run the level, it says "empty pointer in "my.x= your.x + etc etc..", and for the xyz action, my.pan is always zero and my.tilt is always 30.

solution is simple? common error? how about this -- THERE WAS NO SUCH ERROR FIFTEEN MINUTES AGO!! The entire code was working fine! I didn't like the main model so i changed to a better one and gave it the main 'abc' action, now it says empty pointer in your.x and your.y and etc etc.

Inserting the older model again doesn't help!

I wrestled with it for a while and gave up.. i couldn't see what the problem is and y it should suddenly stop working!

any ideas? anyone who had similar problems?

Thanks in advance,
yours sincerely,
one frustrated noob!!