GTween:setValue
From GiderosMobile
Available since: Gideros 2010-2011
Class: GTween
Description
Sets the numeric end value for a property on the target object that you would like to tween.
GTween:setValue(name,value)
For example, if you wanted to tween to a new x position, you could use: myGTween:setValue("x", 400).
Parameters
name: (String) the name of the property to tween
value: (number) the numeric end value (the value to tween to)
- 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