A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: group94 pixelated effect

  1. #1
    Member
    Join Date
    Jun 2006
    Location
    Croatia
    Posts
    90

    group94 pixelated effect

    How can that pixelated video effect like on group94.com site can be achieved but on an image instead of video? Is it done dynamically in Flash (using masks?) or maybe it can be done in Photoshop? Any ideas or samples?

  2. #2
    Student
    Join Date
    Apr 2001
    Location
    -
    Posts
    4,756
    translucent PNG (or whatever bitmap data that supports 8bit alpha channel in flash) used as pattern in a beginBitmapFill(); drawing api process.

    have a look at beginBitmapFill in the flash help that should give you everything,- but instead use a bitmap either from the library or with the draw(); command that returns a bitmap with alpha channel

  3. #3
    Member
    Join Date
    Jun 2006
    Location
    Croatia
    Posts
    90
    And how would that pattern look like? One of those squares that i would then tile accross the picture or something else? Do you maybe have an example?

    thanks

  4. #4
    Student
    Join Date
    Apr 2001
    Location
    -
    Posts
    4,756
    example of scanlines (same just that the pattern image is a white rounded rectangle with a black border)

    pattern bitmap:


    tiled looks like (you can set that in the beginBitmap(... method)


    with some multiply effect or other layer effect on the video or image footage below that layer:


    the pattern could look like:

    or like this (single item of it)

  5. #5
    Member
    Join Date
    Jun 2006
    Location
    Croatia
    Posts
    90
    Thank you very much renderhjs, will try that !

  6. #6
    Senior Member
    Join Date
    Sep 2005
    Posts
    1,764
    NICE TUTE Render!
    Good of you to have taken the time needed to set that up!

  7. #7
    Student
    Join Date
    Apr 2001
    Location
    -
    Posts
    4,756
    hr hr,- 30 seconds google image search
    it´s just that I´ve been toying so much in the past with PS,- things like this are just obvious like how they are done

  8. #8
    Senior Member
    Join Date
    Sep 2005
    Posts
    1,764
    Oh. Well then i retract that statement. I thought you did some print screens as you were going.
    YOU SUCK!
    LAZY BASTARD!!!!!!!!!



    Kidding hun, kidding

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center