Skip to main content
November 14, 2013
Answered

1172 errors

  • November 14, 2013
  • 1 reply
  • 1173 views

Here's a picture who says it all. I'm basically trying to go from a frame to the other by clicking. And while i didn't ask for anything there is a lot of 1172 errors i've never seen before and I have no idea how to fix them.

I tried searching the web but no one seems to have the same problem. O_o

In the log it even says line 21 while i don't even have 21 lines of code in total ? ><

In my 2nd layer the only line of code is stop(); =/

This topic has been closed for replies.
Correct answer kglad

I don't know what it is O_o Not using a document class or a component. I just wanted to basically create a menu so i started drawing some graphics on stage and tried to assign them, then due to this not working i tried going backward to see where the error was coming from, but now i just removed everything except the 2 scenes and it still doesn't work, and i don't have any class/other code than that O_o I'm really confused


you're probably importing some class then in your settings.

create a new fla with a new name and save into a new directory.  test.

if no problems, start copying and pasting assets from your current fla to the new one periodically testing.

1 reply

kglad
Community Expert
Community Expert
November 14, 2013

what code is attached to the Background layer?

November 14, 2013

The one shown on the screenshot is the code attached to the background layer, and only this layer has code.

kglad
Community Expert
Community Expert
November 14, 2013

what's implicitImports?

are you using a document class?

are you using a component?