Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

1172 errors

Guest
Nov 14, 2013 Nov 14, 2013

1172.png

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(); =/

TOPICS
ActionScript
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 14, 2013 Nov 14, 2013

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.

Translate
Community Expert ,
Nov 14, 2013 Nov 14, 2013

what code is attached to the Background layer?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 14, 2013 Nov 14, 2013

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 14, 2013 Nov 14, 2013

what's implicitImports?

are you using a document class?

are you using a component?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 14, 2013 Nov 14, 2013

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 14, 2013 Nov 14, 2013

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 14, 2013 Nov 14, 2013

Tried opening a blank AS3 project, just wrote "trace("test");

on the first line, and there is these exact same lines in the compiler errors. Maybe you're right about settings, but i didn't change anything  in my settings lately =/

If anyone has an idea of what could cause this error...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 14, 2013 Nov 14, 2013

save your fla, upload to a server and post a link.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 15, 2013 Nov 15, 2013

Oh waaw, won't be necessary, it works now, I haven't changed ANYTHING since the last time. Well I don't know what that was but it's all ok now haha. Thanks anyway! =D

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 15, 2013 Nov 15, 2013
LATEST

you're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines