Candescence
Here is a beta version of function plugin with recursion supporting, and a test capx.
I add a memory stack to support recursion and test it by factorial calculation in capx.
This can calculate factorial correctly.
<img src="http://i1081.photobucket.com/albums/j352/rexrainbow1/correct.png" border="0">
However, this can not.
<img src="http://i1081.photobucket.com/albums/j352/rexrainbow1/incorrect.png" border="0">
Event sheet is not designed for recursion, so some styles will not cause correct result.
Sorry, I failed.