Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
709 views
in Technique[技术] by (71.8m points)

flash - Finding Actionscript within an FLA file

I am dealing with a Flash file which has been created by a third party. It has a lot of folders and files in the library and I can't seem to find any ActionScript anywhere.

Is there a simple way of finding the location of ActionScript when the author has been naughty and not labelled it or put it in a sensible place?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

In addition to @grapefrukt's answer: Make sure you toggle the ShowActionscript button in the Movie Explorer. That would be the third icon, the one with the blue arrow.

Movie Explorer

You can use the Find field to look search for common actions like: stop(), .visible, etc.

Alternatively you can use the Find And Replace Panel (Ctrl+F / CMD + F) and search for Text (common actions) and tick ActionScript only.

Find And Replace

Note: The Find And Replace Panel is a separate panel, do not confuse it with the Find And Replace functionality in the Actions Panel.

Also, I think you could find actions using the Script Navigator, inside the Actions Panel's Toolbox:

Action's Panel

HTH


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...