RefrenceError: Error #1056
Hello
I'm trying to assign a number to a object property and I get the following error:
ReferenceError: Error #1056: Cannot create property choice on String. ...at Main.as:791
Line 791 is: customClass.redirectionUnre.choice = 2;
Before I try to overwrite the property, it is a string ("2" instead of 2). Does this matter? If so, what workaround do I have to use?
