quote:
Originally posted by SnuZZer
You mean that i must define the variables in the start of the code?
Doesn't have to be at the start as in the initialize event or whatever... They need to be defined OUTSIDE of any function...
eg:
code:
var myString;
var myObject = new Object();
function OnEvent_Initialize(){{
...
...
}