From 04fdccce2d977a37b9dfdf4ed353fe42deb1ab65 Mon Sep 17 00:00:00 2001 From: fabiantheblind Date: Thu, 18 Jul 2013 13:01:55 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9028a7a..58182e2 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,10 @@ debugging-ae-scripts ==================== -some debugging and test scripts for use with Adobes Extendscript Engine +some debugging and test scripts for use with Adobes Extendscript Engine +This is a loose collection of scripts. @fabiantheblind needs to organize that -##Test with prototyping array functions in After Effects -Enclosing the whole script in a function does not solve the problem. I snooped arround in [Zorro-The Layer Tagger.jsx](http://aescripts.com/zorro-the-layer-tagger/) to replicate an enclosed structure and came up with [this example](https://github.com/fabiantheblind/debugging-ae-scripts/blob/master/example_panel_enclosed.jsx). The function 'run_script_exPanel_enclosed' encloses everything. - -From that I created [this version](https://github.com/fabiantheblind/debugging-ae-scripts/blob/master/_example_panel_withProto_enclosed.jsx) that has an Array prototyped function for clearing arrays and [this one](https://github.com/fabiantheblind/debugging-ae-scripts/blob/master/_example_panel_callProto.jsx) that uses the prototype without having it. - -When I start the _example_panel_withProto_enclosed.jsx and then start the _example_panel_callProto.jsx I can use the myArray.clear() command. Also the Array.clear() is still available if I close the script that created this proto. Only after a restart from After Effects the Array.clear() function is gone. Copyright (C) 2012 Fabian "fabiantheblind" MorĂ³n Zirfas