cannot createTextField()

  • Started
  • Last post
  • 1 Response
  • CyBrainX

    I have a movie clip named btn7 on the stage with this script on it

    onClipEvent(load) {
    this.createTextField("btn7text...
    _root.btn7.btn7text.text="BUTTON SEVEN";
    _root.btn7.btn7text.text.color=0...
    _root.btn7.btn7text.text.font="A...
    _root.btn7.btn7text.text.size=20...
    }

    I see the type, but none of the formatting applied. What could I be doing wrong? I'm totally clueless.

  • CyBrainX0

    Macromedia's help is typically not helpful at all.

    The Action Script for Flash MX Guide makes sense, but hasn't helped me either.

    I would love to learn how to do this.