SyntaxTerror
Content Creator
- Joined
- Jul 24, 2014
Hello
This "1120 error" in Adobe Animate/Flash Pro often happens to novice modders when they try to publish their first mod :
It is because the FLA have to be published in the folder containing the "SDTMods" folder.
Your file tree should look like this:
This SDTMods folder should have been provided with your FLA template.
Note that Faceless' Mod.fla template is slightly different from sby's alternate loader template, and that both are more complex than the basic Vanilla template made by konashion's (SDTModdingCS5), so you must use the SDTMods folder provided with the template you are working with.
Good luck.
This "1120 error" in Adobe Animate/Flash Pro often happens to novice modders when they try to publish their first mod :
Code:
Symbol 'Hair Under', Layer 'Settings', Frame 1, Line 2, Column 22 1120: Access of undefined property ModTypes.
Symbol 'Hair Under', Layer 'Settings', Frame 1, Line 3, Column 28 1120: Access of undefined property ModElements.
It is because the FLA have to be published in the folder containing the "SDTMods" folder.
Your file tree should look like this:
Code:
./SDTMod.fla
./SDTMods/ModElements.as
./SDTMods/ModPackage.as
./SDTMods/ModTypes.as
This SDTMods folder should have been provided with your FLA template.
Note that Faceless' Mod.fla template is slightly different from sby's alternate loader template, and that both are more complex than the basic Vanilla template made by konashion's (SDTModdingCS5), so you must use the SDTMods folder provided with the template you are working with.
Good luck.