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

  1. #1

    Default trick help

    Hi.
    Can anyone help me with the problem:
    I would like that the document colour changes from one to another in one swf. How?
    Thanx,
    Benjamin
    XFlashmanX Guest

  2. Similar Questions and Discussions

    1. Cell Phone Trick -
      Cell Phone Trick - m4w - 42 -------------------------------------------------------------------------------- Reply to:...
    2. What's the trick to getting a checkbox value
      The results of checkbox.checked always returns false even when it's true. What am I missing or doing wrong or what's the secret??? ...
    3. trick the server.
      On Tue, 22 Jul 2003, Alan Coopersmith wrote: An alternative would be to set up the automounter (as intended out of the box). That way, it...
    4. Photoshop trick
      Filter>Artistic>Cutout try playing with that. -ninja
    5. Perhaps an XML file might do this trick?
      I've got an application that many supervisors are going to use. However, each one needs to see a different part of the information. Some...
  3. #2

    Default Re: trick help

    you can change the color of any movieclip, but you can't change the stage color
    on-the-fly. you can fake changing the stage color by inserting a layer on the
    main timeline that contains a stage-sized/shaped movieclip and manipulating the
    color of that movieclip.

    kglad Guest

  4. #3

    Default Re: trick help

    Well, I was hoping to do it with a 'style', not with layers ;)
    Thanx anyway,
    B
    XFlashmanX Guest

  5. #4

    Default Re: trick help

    you're welcome.
    kglad Guest

  6. #5

    Default Re: trick help

    XFlashmanX,

    You may still be able to do it with 'style' (do you mean the CSS-like
    StyleSheet class?). You can read external CSS information and access its
    properties. From this, you may be able to use color information to adjust
    the color on a background layer, like kglad suggested.


    David
    stiller( at ) quip ( dot ) net


    David Stiller Guest

  7. #6

    Default Re: trick help

    I thought that color can be modified in action script.
    Thou, CSS is enough 'style' for me. Thanx for the idea.
    Benjamin
    ________________________________________
    the meaning of life is to reproduce
    XFlashmanX 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