
This is just a basic bitmap effect that uses BitmapData to draw an image, with the pixels spilling down from the top in a waterfall-type effect. The fun thing about this is that since the source of the effect needs to implement
IBitmapDrawable, you can supply just about anything as the source. In the example below, select “This Panel” to watch the options panel be redrawn. The end effect is that each individual piece of the panel is “beamed down” on it’s own. The “Flow” image is another favorite of mine.The ’speed’ option is simply the number of milliseconds used in the Timer to execute the effect.
Source is also provided, just right-click on the example to get it.
출처 > http://blog.joshbuhler.com/2008/07/03/flash-waterfall-bitmap-effect/
'Flash > AS 3.0' 카테고리의 다른 글
| 어도브에서 제공하는 플랙스 일주일 동영상 강좌 코스 (0) | 2008/08/23 |
|---|---|
| Flash Waterfall Bitmap Effect (0) | 2008/07/18 |
| Actionscript 3 performance tuning review (0) | 2008/07/10 |
| 플래시 컨텍스트 메뉴(오른쪽 클릭) 비활성화 하기 (0) | 2008/03/01 |


