transformation matrix

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

  1. #1

    Default transformation matrix

    Hey,
    I posted this before and don't think I got a response so I'm trying a second
    time.
    What do all of the letters in the beginGradientFill matrix indicate? I've
    tried experimenting with different values but I can't make sense of any of the
    results I'm getting.

    any explanation would be appreciated.

    thanks

    Dave_090 Guest

  2. Similar Questions and Discussions

    1. XSL Transformation Error
      I created a text-only version of my app using XSL Transformation (to comply with 6102 mandate) that worked great on my test server, but when...
    2. Free transformation
      Hi, I've asked this question on the General forum, but maybe it really belongs here. I was following the instructions on...
    3. Transformation bug?
      Either follow the steps below or visit this URL: http://wetworks.nl/public/transform.gif Steps: 1) Draw a Rectangle on the canvas: Width 30 x...
    4. Transformation panel
      I cannot get the Transformation panel to open. When I press Control-M, the blue border at the top flashes, but no panel appears. Same thing when I...
    5. Transformation relative to a point?
      It's possible to transform a model relative to another model, for example rotate a sphere around another sphere. ...
  3. #2

    Default Re: transformation matrix

    Had the same qiestion. This is what I found out; even at flashcoders
    couldn't find anyone elaborating on it any further ;-(

    matrix =
    {a:value,b:value,c:value,d:value,e:value,f:value,g :value,h:value,i:value}

    in which

    a=xSize

    b=vSkew

    c=??

    d=hSkew

    e=ySize

    f=??

    g=xPos

    h=yPos

    i=??



    John
    ----------------------------------------------------------------------------
    -----------
    RESOURCES
    [url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
    ----------------------------------------------------------------------------
    -----------
    TUTORIALS at
    [url]www.laiverd.com[/url]
    Flash & PHP Emailform
    Using textfiles in Flash
    ----------------------------------------------------------------------------
    -----------
    "Dave_090" <webforumsuser@macromedia.com> wrote in message
    news:c230sv$pas$1@forums.macromedia.com...
    > Hey,
    > I posted this before and don't think I got a response so I'm trying a
    second
    > time.
    > What do all of the letters in the beginGradientFill matrix indicate? I've
    > tried experimenting with different values but I can't make sense of any of
    the
    > results I'm getting.
    >
    > any explanation would be appreciated.
    >
    > thanks
    >

    Laiverd.COM 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