GTween:getInitValue

From GiderosMobile

Available since: Gideros 2010-2011
Class: GTween

Description

Returns the initial value for the specified property. Note that the value will not be available until the tween inits.

(number) = GTween:getInitValue(name)

Parameters

name: (string) the name of the property to return the initial value for

Return values

Returns (number) the initial value for the specified property