Main Page | Package | Index | Help

com.mosesSupposes.fuse

class FuseItem

Object
  |
  +--com.mosesSupposes.fuse.FuseItem


class FuseItem
extends Object

Pass this class to ZigoEngine.register or ZigoEngine.simpleSetup to enable Fuse-style Object Syntax parsing capability with ZigoEngine.doTween. Note that registering Fuse is not required to use this feature.

Usage:
ZigoEngine.doTween({ target:clip1, scale:200, ease:Strong.easeIn, time:"00:50", startAt:"01:50" });

Most methods and properties are excluded here - see class file for further documentation.


Author:
Moses Gunesch / MosesSupposes.com

Version:
2.1


Field Summary

public static
ADD_UNDERSCORES: Boolean = true
When true, known tween properties may omit underscores (x will convert to _x, etc.)

Method Summary

public static
doTween ( ): String
This method needn't be called as method call is rerouted here automatically upon ZigoEngine.doTween.



Field Documentation

ADD_UNDERSCORES

public static var ADD_UNDERSCORES: Boolean = true
When true, known tween properties may omit underscores (x will convert to _x, etc.)


Method Documentation

doTween

public static function doTween(): String
This method needn't be called as method call is rerouted here automatically upon ZigoEngine.doTween.

Returns:
comma-delimited string listing properties successfully added to the engine.


The documentation was generated from the following file:


Generated on 1/14/2007 11:31:53 PM