Copy link to clipboard
Copied
Last year I made an animation. It worked fine with code and using the camera layer/tool. Ive reopened the file this year to make some changes. The "Do you want to turn on advanced layers" box appears. If I say "yes" to this, then all the references in my scrips to my movieclips stop working and throw up an error
Access of undefined property xxxx |
If I turn off the Advanced layers function, my scripts work but then I can no longer use the Camera tool. Is there anyway to install last years version of Animate CC? Or how do I reference all my movie clips in my code with advanced layers turned on? I don't really need advanced layers...just the camera feature.
This is really frustrating.
Any ideas?
I've just solved the problem. If anyone else is really confused by the example given by Adobe like I was, here's a basic explanation of how the script will change:
Without Advanced Layers: MovieClipInstanceName.gotoAndStop(5);
WITH Advanced Layers: nameOfYourLayer.MovieClipInstanceName.gotoAndStop(5);
So easy!
Copy link to clipboard
Copied
That is a instant name for a button not a scene, i the button really not functioning and it stress me out ðŸ˜ðŸ˜ðŸ˜
Copy link to clipboard
Copied
upload your fla to a file server and post a link here
Copy link to clipboard
Copied
Can use google drive?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
how do you even get to the scene Opening2?
and i don't see where you're using the camera tool.
Copy link to clipboard
Copied
U need to click around the spaceship, in zoom in using the camera
Copy link to clipboard
Copied
i don't even see a camera used in your app other than in Opening2
Find more inspiration, events, and resources on the new Adobe Community
Explore Now