Start typing to search articles...

Navigate Enter Select Esc Close

Actionscript

31 articles about actionscript development, tools, and best practices

Flash Tweening

tween is an actionscript class and can be used after importing the core files.

import mx.transitions.Tween;
import mx.transitions.easing.*;
//Tween( …

Read Article →