Sig test

blah blah blah.

I can see the underscores :evil:

mlk congrats on 3000 posts!

Your footer is 1 line too high… Otherwise it looks ok.

//Funny that MLK gets his 3k post in the test forum…

newhopekenny.onLoad = function() {
    this.createEmptyMovieClip("signatureMC", 1);
    this.signatureMC.createTextField("sigText", 1, 0, 0, 200, 25);
    this.signatureMC.sigText.text = "Some clever signature.";
}

That would be more optimized. No need to run onEnterFrame, and I reduced the amount of lines by not using a with statment :wink:

I’m impressed :stuck_out_tongue:

Well don’t be, it could still use a lot more optimization… such ***… why is a new clip being created? Why not just create the textfield as is?

But that would just be getting picky, so I guess as long as the statement it makes still returns true; (;)) it should be fine.