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

  1. #1

    Default Re: blurring an image

    Thanks, Jason but I need to know how. I assume you create a blurred
    version of your image in photoshop but I can't figure out how to mask
    it to blur and the "bar" follows the mouse (note: I do know how to get
    the movie to follow the mouse).

    Help?
    sparQplug Guest

  2. Similar Questions and Discussions

    1. Blurring/hiding text in Acrobat
      Acrobat 9.0.0 I'm a new user. I would like to know if Acrobat has a feature where I can blur parts of the text so that my reader will not see...
    2. Delay in audio/some blurring in video
      Hi everyone, We are currently trying to put together a web site to tutor/teach the disabled. We were hoping to get disabled students to register,...
    3. motion and blurring effects
      Hi can you help me to know how it's possible to do the blurring and the motion effects ??? * motion = when the objet move, you see a motion blur...
    4. fonts blurring
      I've designed some simple buttons but for some reason when I align my text the font I'm using seems to blur. Has anyone had this experience with...
    5. blurring techniques
      I have an image which consists of a rocky foreground, a tree, and a blue sky. I printed the image at 8x10, and it came out quite well. When I printed...
  3. #2

    Default Re: blurring an image

    That's a lot of information to post here if I were to go into detail. That
    movie you're looking at broaches so many different concepts. I'll tell you
    where to look for each thing.

    To get a movie to follow your mouse you can use many different approaches.
    One is to detect that the movie has been rolled over and then add an
    onEnterFrame event to follow the mouse until it gets to a certain location
    and then delete the onEnterFrame. Second would be a simple startDrag()
    action. The movie you're looking at is a custom solution which is no doubt
    a little more complex. When I think of how I'd do it, I think it would
    involve detecting the rollover and then having a class that handles the
    following of the mouse up and down within a range.

    For the graphic effect, chances are what you're looking at is 2 different
    images and a mask is resized along with the movement of the horizontal bar
    to show 1 of the two. For this you'd put the images on top of one another
    and mask one of them. As you move your mouse have the mask movie clip scale
    to reveal the topmost image. There is also an AS way to do this using
    setMask().

    You coul always just put a rectangle symbol over an image, change it's alpha
    to 50% or so and then scale it when the bar moves. Wont' give you the lined
    effect though.

    Like I said, going into detail would take forever. Look on [url]www.flashkit.com[/url]
    for examples that may help you.

    --
    Shane Elliott
    [url]www.timberfish.com[/url]


    "sparQplug" <jessemonck@yahoo.com> wrote in message
    news:3cf7a5dd.0306241641.5a07b65d@posting.google.c om...
    > Thanks, Jason but I need to know how. I assume you create a blurred
    > version of your image in photoshop but I can't figure out how to mask
    > it to blur and the "bar" follows the mouse (note: I do know how to get
    > the movie to follow the mouse).
    >
    > Help?
    >

    Shane Elliott \(timberfish.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