as3 – COMPILER ERROR 1120: Access of undefined property * 7

When you see the error: 1120: Access of undefined property ‘VariableName’. This means you have not defined or declared the variable (or function when accessing it as a property of an object/class). Here is an overview: 1120: Access of undefined property projectsNum. projectsNum = projectTitle.length(); // You have declared [var projectNum:Number;] Error source = s … Read more