Page 1 of 1

Global Code

PostPosted: Thu Mar 13, 2008 6:58 pm
by rokstar553
How do you use Global Code? :?

Re: Global Code

PostPosted: Thu Mar 13, 2008 7:02 pm
by edh
You could use it to store functions or variables which you would like to be available "globally" throughout your program.

There are lots of examples showing how other people use it in the demos area. For example, I use it for some functions which control the animation for the player actor in my overhead demo. You should check out the others. The demos area all contain .ged files, so the code is available for learning.

Re: Global Code

PostPosted: Thu Mar 13, 2008 7:07 pm
by rokstar553
thanks