Change text color on mouse over

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Change text color on mouse over

    I belive this is a almost stupid simple question, but I've just started useing
    flash, and I now want to know how to change the color of a text-object, on
    mouse over (in java script terms ;-) )

    Thank you for any help!

    Noshorn Guest

  2. Similar Questions and Discussions

    1. Change text color at runtime
      This must be a FAQ, but I can't find the answer anywhere. I can change the color of a text member's sprite at design time using the properties...
    2. change text color
      Is there anyway in acrobat, to open a pdf of many pages and globally change the color of all the text? Is there anyway to do this in any program...
    3. Can you change the color of text with the Touchup Text tool?
      I just want to say that your note helped me. I NEVER knew that I could use a right click to bring up properties when using the text touch-up tool!...
    4. How to change text color in 7 Pro?
      I am creating a PDF with many links. In 5 I would make the linked text blue so people would know it was a link. In 7 I could not do that, so I loaded...
    5. Does anyone know how to change the color of a text box?
      Does anyone know how to change the outline and fill of a text box in Flash? I only can change the font color that will be typed into the box. ...
  3. #2

    Default Re: Change text color on mouse over

    Hi,
    textobject.TextColor can be used . Refer setTextFormat also in the Action scipt help
    Manoj vn Guest

  4. #3

    Default Re: Change text color on mouse over

    I know MX 2004 supports CSS ... but not tried yet. If your textfield is a html field then you can use
    CSS to implement your effect.

    HTH,

    -c.
    CesareRocchi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139