ChromeLib - Fade/Blend behavior

Ask a Question related to Macromedia Director 3D, Design and Development.

  1. #1

    Default ChromeLib - Fade/Blend behavior

    I've been playing with the Crome behaviors and have been trying to make
    one model in my scene fade out. There is a blend behavior but hasn't
    been working. Does the blend tween behavior work for this type of thing?
    Is there anything else I could do to get this type of effect.

    Thanks in advaced

    John Guest

  2. Similar Questions and Discussions

    1. Image Fade! - doesnt want to fade!
      Hi all, Hope someone can help me. I have found a piece of code from Codelifter.com (http://www.codelifter.com/main/javas...lideshow2.html)...
    2. where's the chromelib site
      Has the Chrome Libary moved? The site at: http://www.chromelib.com/ does not work and hasn't for a while. Thanks.
    3. chromelib.com is back
      Hello, The Chrome Lib website is back (for good): http://www.chromelib.com/ Best regards, Karl Sigiscar.
    4. ChromeLib Problem
      sorry by the multiple post. Browser problems.
    5. Fade in Fade out text
      Is there an easy way to create a scripting to let a script fade in and out? thx in advance brian Im dutch isnt that great!
  3. #2

    Default Re: ChromeLib - Fade/Blend behavior

    I couldnt get any of them to work. It can be done manually using the frames in succesive frames change the transparency, size , color to a lower or different amout. use 3dpi to get the code
    tyree_2 Guest

  4. #3

    Default Re: ChromeLib - Fade/Blend behavior

    tyree_2 wrote:
    > I couldnt get any of them to work. It can be done manually using the frames in succesive frames change the transparency, size , color to a lower or different amout. use 3dpi to get the code
    Thanks Tyree. Though I did not follow exactly what you mena. Are you talking about the sprite transparency? I'm just trying to get one model out of a number in my 3D scene to fade out at a
    specific point. If you have a demo of this somewhere that would be great. Thanks again.

    John Guest

  5. #4

    Default Re: ChromeLib - Fade/Blend behavior

    this shows it but the fade isnt smoth but I didnt want it to be
    just add changes to whatever property you want to change in the timeline
    within succesive framescripts frame 5 member(1).shader("07 - Default").blend
    = 50
    in frame 7 the same thing but blend=40
    again use 3dpi this will save you a lot of time

    two examples of an effect
    [url]http://www.bleed3d.com/crystal%20ball%202.htm[/url]
    [url]http://www.bleed3d.com/crystal%20ball.htm[/url]


    tyree_2 Guest

  6. #5

    Default Re: ChromeLib - Fade/Blend behavior

    tyree_2 wrote:
    > this shows it but the fade isnt smoth but I didnt want it to be
    > just add changes to whatever property you want to change in the timeline
    > within succesive framescripts frame 5 member(1).shader("07 - Default").blend
    > = 50
    > in frame 7 the same thing but blend=40
    > again use 3dpi this will save you a lot of time
    Hi Tyree,

    So did you manually just work out the tweening like:
    frame 5 - blend 50
    frame 6 - belnd 40
    frame 7 - blend 30 etc
    Would be easier if you could get Director to tween it.
    > two examples of an effect
    > [url]http://www.bleed3d.com/crystal%20ball%202.htm[/url]
    > [url]http://www.bleed3d.com/crystal%20ball.htm[/url]
    They look cool. Nice work.

    By the way, how do you extract code from the 3dpi?

    Thanks.


    John Guest

  7. #6

    Default Re: ChromeLib - Fade/Blend behavior

    in the 3dpi there is a trace button in the upper right corner its one of those
    small buttons at the top if you go to thier website it shows you how
    and you need to open the message window thats where it shows up

    you can get it to calculate the difference by using an if statement

    keep in mind you can stretch a 3d member to whatever frame you like the
    default is 30 frames but your animation may be 100 frames long in max so you
    should stretch it out to a 100 frames in director


    tyree_2 Guest

  8. #7

    Default Re: ChromeLib - Fade/Blend behavior

    Hello,

    Using the Chrome Lib:

    1. Drag'n'drop the Transparency Tweening behavior on the W3D sprite.
    2. The parameter dialog box appears
    3. Under Shader(s) to affect, either select:

    - Affect only the selected shader (then select a shader in the list)
    - Affect all shaders of the selected model (then select a model in the
    list)
    - Affect all shaders

    4. Select none as the Trigger
    5. Run the movie

    If you don't see anything happen, it might be that you selected the wrong
    shader. In that case, select Affect all shaders and run the movie. You will
    see that it works. Then try and pinpoint what shader you should select.

    Download free version 3.2.1 if you don't have it yet.

    Quoting a Chrome Lib user:
    "Your behaviors are already saving me plenty of time as I just drag them on
    and they work!"

    It's up to you if you prefer to use 3DPI. But you will have to code.

    If you want more support, write to me on chromelib.com

    Best regards,
    Karl.


    Karl Sigiscar Guest

  9. #8

    Default Re: ChromeLib - Fade/Blend behavior


    PS: with the Chrome Lib, there is no need to stretch a sprite. It can be one
    frame long or whatever you like. It doesn't make any difference.


    Karl Sigiscar 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