I recently have done some refactoring to my project and I receive the following error:
ReferenceError: Error #1065: root::transform is undefined
at Root/__setPerspectiveProjection_()[Root::Root:4]
while constructing my main class Root.
The only thing I’ve been doing was moving items froms different packages and I have no idea why this is happening. Could someone help?
Thank you.
The problem was that I had my package named
rootalso and that made actionscript panick onroot.transformcalls.Renaming the package solved the problem.