GTween:setValues

From GiderosMobile

Available since: Gideros 2010-2011
Class: GTween

Description

Shorthand method for making multiple setProperty calls quickly. This adds the specified properties to the values list.

GTween:setValues(values)

Parameters

values: (table) a table containing end property values

Example

Sets x and y end values

myGTween:setProperties( { x=200, y=400 } )