static public function init():VoidRegisters all the special properties to the Tweener class, so the Tweener knows what to do with them.
static public function _scrollRect_splitter(p_value:Rectangle, p_parameters:Array):ArraySplits the _scrollRect parameter into specific scrollRect variables
p_value | Rectangle The original _scrollRect rectangle |
Array An array containing the .name and .value of all new properties
static public function _frame_get(p_obj:Object):NumberReturns the current frame number from the movieclip timeline
p_obj | Object MovieClip object |
Number The current frame
static public function _frame_set(p_obj:Object, p_value:Number):VoidSets the timeline frame
p_obj | Object MovieClip object |
p_value | Number New frame number |
static public function _autoAlpha_get(p_obj:Object):NumberReturns the current alpha
p_obj | Object MovieClip or Textfield object |
Number The current alpha
static public function _autoAlpha_set(p_obj:Object, p_value:Number):VoidSets the current autoAlpha
p_obj | Object MovieClip or Textfield object |
p_value | Number New alpha |