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

How to remove all scripts on object instances?

Community Beginner ,
Nov 21, 2011 Nov 21, 2011

I'm looking for any kind of solution here, besides disabling the warning.

I hate it when I'm converting someone else's AS2 project to AS3, and there's code buried on an onstage instance somewhere, which gives me the warning:


"Actions on button or MovieClip instances are not supported in ActionScript 3.0. All scripts on object instances will be ignored."

How can I:
     A) Find which instances have code on them.
          or

     B) Remove all code on all instances.

Idea:
Can I save as a different format/version/something and lose this data somehow. Then I could convert it back its current FLA format?

TOPICS
ActionScript
2.4K
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 21, 2011 Nov 21, 2011

use movie explorer in flash to search for actionscript.  anything attached to an object should be removed.

Translate
Community Expert ,
Nov 21, 2011 Nov 21, 2011

use movie explorer in flash to search for actionscript.  anything attached to an object should be removed.

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 Beginner ,
Nov 21, 2011 Nov 21, 2011

YES!!! So awesome!!  Thanks

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 21, 2011 Nov 21, 2011
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