getVersion()

Availability

AS2 and AS3.

Usage

Tweener.getVersion():String;

Parameters

None.

Description

Returns the current major, medium and minimum version of Tweener, as well as the platform (usually "AS2_FL7", "AS2", or "AS3").

Returns

String — a string indicating the version.

Examples

// Simply returns the current Tweener version.
trace ("The current Tweener version is " + Tweener.getVersion()); // Output: "The current Tweener version is AS2 1.27.62"