Browsing articles tagged with " BitmapData"

Merge 2 jpg to simulate a png bitmap in As3

In this post, we are going to see a simple trick that I use in my last project. I wanted to have a png file, to place your face behind a picture (like face in hole), but if we load some png, the size is incredibly big. So the trick consists to merge two jpeg (one standard, and one use as a alpha mask)…
Read more


Another BitmapData Effect

These last times, we can see on some website a similar effect on bitmaps (like Wrangler or Vitaly Shepelev’s portfolio).

It’s rather simple to reproduce this type of effect. You just have to play with bitmap channels (red, green and blue). You have to extract each channel and after that you can do whatever you do
Read more


Tearing 3d effect (away3d + as3dmod)

Let’s go back for some tutorials. I have finished to develop my new portfolio (quite long) and now I can show you some tips and tricks.

Some people wanted to know how I do the tearing effect in the fun side of my portfolio.

It’s not tough. It’s a little mix between a 3d framweork (here away3d) and as3dmod.
Read more


Archives