In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

禍々しい配列参照

禍々しいですから、エラーは出ずとも使用はおすすめできません。

http://twitter.com/#!/KaedeAS/status/74204577657917440

http://twitter.com/#!/KaedeAS/status/74205530834485248
Get Adobe Flash player
by Kaede 28 May 2011
  • Related works: 3
  • Talk

    9re at 28 May 2011 08:19
    for more details, http://stackoverflow.com/questions/4003286/error-1030-stack-depth-is-unbalanced/4006701#4006701

    Tags

    Embed
/**
 * Copyright Kaede ( http://wonderfl.net/user/Kaede )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/vw0M
 */

package {
    import flash.display.Sprite;
    dynamic public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            ({}[this.g = graphics,"beginFill"])(0)[this.g,"drawCircle"](100,100,100);
        }
    }
}