back to original clip color after setRGB ?

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

  1. #1

    Default back to original clip color after setRGB ?

    hello,

    I would like to cancel a colorisation done by setRGB or setTransform
    instruction and retrieve the original clip color.
    I've tyried in many way but without success :-(...
    Is it possible and how ?

    Thanks,
    Frank


    fanfan Guest

  2. Similar Questions and Discussions

    1. field attributes revert back to original
      I have a Contribute user who recently was issued a new laptop. Now when she changes field attributes such as font face and font size they revert...
    2. Dynamic movie clip background color
      I want to have different colored blocks appear. They will all be the same object, but I want to have different background colors for them and they...
    3. Color in sub-clip problem
      Hi! I have a clip which will behave more or less as a button. In it I have a background, instance name "BG". I use this code :...
    4. Getting back to Original Frame after Rollover
      I am trying to create a navigation bar in Flash and am having some problems with the actionscript that I need to use to create an effect. My...
    5. Getting original GLX back
      Hi Some time ago i changed in my XFree enviroment to the vendor driver "nvidia" (Xfree driver is "nv"). This driver installes its own GLX to gain...
  3. #2

    Default Re: back to original clip color after setRGB ?

    fanfan wrote:
    > hello,
    >
    > I would like to cancel a colorisation done by setRGB or setTransform
    > instruction and retrieve the original clip color.
    > I've tyried in many way but without success :-(...
    > Is it possible and how ?
    >
    > Thanks,
    > Frank
    >
    >

    when you converted the colours over, you have changed the information
    related to the image. As a rule you need to make a copy of the original
    image and then work from the copy instead of working from the original
    image. do you have a history button? If you do, try takeing it back to
    before the conversion.
    scross 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