Description :
--------------------------------------
This command outputs information of ActionScript attached to timelines for current document and library items.
All items Mode : Scenes and library items timeline
Current timeline Mode : Only current editing timeline
Command result ( Output Panel )
e.g. : All items Mode
##################################################
Main.fla : Scene 1
Layer:[ Layer 2 ], Frame:[ 1 ]
##################################################
stop();
##################################################
parts/myMcParts (Library item name)
Layer:[ Layer 2 ], Frame:[ 1 ]
##################################################
trace("init");
stop();
##################################################
parts/myMcParts (Library item name)
Layer:[ Layer 2 ], Frame:[ 10 ]
##################################################
gotoAndPlay(2);
##################################################
Hosted by
Spark project : http://www.libspark.org/
GetFrameActionScript - Spark project
http://www.libspark.org/wiki/e_s_jp/GetFrameActionScript
]]>
UI-Access :
--------------------------------------
Access this command by selecting "Commands > GetFrameActionScript"
]]>