ActiveDen

TVFX class + 8 effects / AS2 + AS3

Update, 2009-09-13: Added example (number #8) with webcam usage.

Apply nice TV effects to your animations with pure actionscript (both AS2 & AS3 versions).

You can use as source:

  • static movieclip
  • animated movieclip
  • flash video (FLV)
  • video object (Camera/Webcam)

List of effects:

  • BlinkTV
  • ChannelTransformTV
  • DistortNoiseTV
  • GradientLightTV
  • NoiseTV
  • ScanlinesTV
  • TintTV
  • WobbleTV

TVFX class + all 8 effects = only 3.8kb

Only effects you really use in your animation are compiled into final SWF file, so if you use only few effects final SWF file size could be even 2kb weight.

  • Sample code usage (AS3/AS2 – same syntax):
import net.chamboow.effects.TVFX;
import net.chamboow.effects.TVEffects.*;

// set TVFX class - source MC, target MC, width, height    
var myTVFX = new TVFX(mcSrc, mcTarg, 400, 300);

// blink effect
var blinkFX = new BlinkTV();

// distort noise effect (set distort range to 2 in constructor)
var distortFX = new DistortNoiseTV(2);

// noise effect
var noiseFX = new NoiseTV();

// scanlines effect (with params 3 and 3)
var scanlinesFX = new ScanlinesTV(3,3);

// tint effect (to color 0x00FF48)
var tintFX = new TintTV(0x00FF48);

// add all effects to render list
myTVFX.addFX(distortFX);
myTVFX.addFX(blinkFX);
myTVFX.addFX(noiseFX);
myTVFX.addFX(tintFX);
myTVFX.addFX(scanlinesFX);

// start render animation
myTVFX.startRender();

Documentation in one PDF file available here:

AS2 +AS3: TVFX -Manual-AS2-AS3

Package includes:

  • 8 usage examples (.FLA + .SWF + .AS) for AS2 version
  • 8 usage examples (.FLA + .SWF + .AS) for AS3 version
  • TVFX -Readme.pdf
  • TVFX -Manual-AS2-AS3.pdf

You must sign in or sign up to purchase this item.

$12Regular Licence

$12

Regular Licence a website (commercial, personal, client), free game, e-card, or presentation - Details

$60Extended Licence

$60

Extended Licence an app, paid game, or other software project, a website template for sale - Details

318 Purchases 44 Comments

Buyer Rating
12345 ( 41 ratings )
Chamboow

Chamboow

  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Poland
View Portfolio
Created 9 September 09
ActionScript Version AS3 + AS2
Documentation Well Documented
Flash Files Included ActionScript AS, Flash FLA
Opens With Flash CS3 (9+), Flash CS4 (10+)
Published Size 3.8kb
Resolution Resizable
by
by
by
by
by