Animation, Actionscript and let us flash.

Powered by Blogger.

Blog Archive

Search for any Flipkart item.

3

Wednesday 8 October 2014

How to make Cyanide and Happiness Character in Adobe Flash

How to export Flash files as movie and quick time error fixed

How to animate using ActionScript Tweens and Easing Class




Tween Class Code for the 15th Tutorial - 

import fl.transitions.Tween;
import fl.transitions.easing.*;
var Tween_rec:Tween = new Tween (rec, "alpha", None.easeOut , 1 , 0 , 2, true);


// Generally var Tween_variable = new Tween (object_name, "property", None.easeOut, startpos, endpos, number_of_secs, boolean=true or false).

A total of 7 arguments.
Try for yourself.

Life