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 } )
- GTween
- GTween.new
- GTween.nextTween
- GTween.stopAll
- GTween:deleteValue
- GTween:getDelay
- GTween:getInitValue
- GTween:getPosition
- GTween:getValue
- GTween:getValues
- GTween:init2
- GTween:isPaused
- GTween:resetValues
- GTween:setDelay
- GTween:setPaused
- GTween:setPosition
- GTween:setValue
- GTween:setValues
- GTween:swapValues
- GTween:toBeginning
- GTween:toEnd