public class Tween

Package :

(default package)

Extends :

Description :

Tweens can be used to create interpolations for any object that dispatches the ENTER_FRAME event.

Methods :

public new(object, field, easingFunction, startValue, endValue, duration, removeOnStop)

Creates a new public Tween object.

Parameters :

public stop()

Ending the tween.