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

Action Script File: Compiler error

New Here ,
May 23, 2019 May 23, 2019

Copy link to clipboard

Copied

Hello All:

I de-compiled a .swf file to extract action script files. I added those files to my project and I am having compiler error on following code

var _loc4_:int = "repeatDelay" in param1?int(_loc3_.repeatDelay):0;

         var _loc5_:int = "repeatCount" in param1?int(_loc3_.repeatCount):0;

         var _loc6_:int = "startDelay" in param1?int(_loc3_.startDelay):0;

The compiler error is:

Description Resource Path Location Type

1086: Syntax error: expecting semicolon before in. UIComponent.as /MapEditor/src/mx/core line 4238 Flex Problem.

I am new to Adobe Air development. Could anyone please let me know what is the problem in the code above?

Thank you,

Shwetha.

TOPICS
ActionScript

Views

229

Translate

Translate

Report

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 ,
May 23, 2019 May 23, 2019

Copy link to clipboard

Copied

Discussion successfully moved from Adobe Creative Cloud to ActionScript 3

ABAMBO | Hard- and Software Engineer | Photographer

Votes

Translate

Translate

Report

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 ,
May 23, 2019 May 23, 2019

Copy link to clipboard

Copied

LATEST

that's not even close to valid actionscript for animate.  

check the flex forum or use sothinki's decompiler.

Votes

Translate

Translate

Report

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