メインページ | パッケージ | クラス構成 | 索引 | ヘルプ

com.mosesSupposes.fuse

FuseKitCommon クラス

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


class FuseKitCommon
extends Object

クラス間で共有する値やエラーメッセージ、Shared class for common variables and error messages, also provides an easy way to extend the Kit for use with logging programs.
作成者:
Moses Gunesch / MosesSupposes.com
バージョン:
2.0.5

Field Summary

public static
ALL: String
Constant: ストリング指定 "ALL" は、ZigoEngine の、removeTween や rewTween などのメソッドで使用されます。

public static
ALLCOLOR: String
Constant: ストリング指定 "ALLCOLOR" は、ZigoEngine の、removeTween や rewTween などのメソッドで使用されます。

public static
logOutput: Function
ログ出力するためのクラス拡張メソッドです。set this property to a custom method of your own.

public static
VERBOSE: Boolean
false に設定すると、(エラーコードのみの)省略された形式で出力できます。

public static
VERSION: String
ランタイム時や swf をデコンパイルした際に、FuseKit のバージョンを確認する事ができます。

Method Summary

public static
error ( errorCode: String ): Void
Internal: See this method in the class file for all normal output-level errors/warnings.



Field Documentation

ALL

public static var ALL: String
Constant: ストリング指定 "ALL" は、ZigoEngine の、removeTween や rewTween などのメソッドで使用されます。

ALLCOLOR

public static var ALLCOLOR: String
Constant: ストリング指定 "ALLCOLOR" は、ZigoEngine の、removeTween や rewTween などのメソッドで使用されます。

logOutput

public static var logOutput: Function
To extend this class to use a logger, set this property to a custom method of your own.
FuseKitCommon.logOutput = function(s:String):Void { ... };

VERBOSE

public static var VERBOSE: Boolean
false に設定すると、(エラーコードのみの)省略された形式で出力できます。
Note that ZigoEngine.OUTPUT_LEVEL and Fuse.OUTPUT_LEVEL properties can be set to 0 for no output, 1 for normal, 2 for additional info, and in Fuse 3 for additional FuseItem output.

To lower filesize check "omit trace actions" in Publish Settings on final publish (trace can also be removed from compile in MTASC).

VERSION

public static var VERSION: String
ランタイム時や swf をデコンパイルした際に、FuseKit のバージョンを確認する事ができます。
Usage:
trace(FuseKitCommon.VERSION); // バージョンが正しくない場合は、ASO ファイルのキャッシュをクリアしてみてください。

Method Documentation

error

public static function error(errorCode: String): Void
Internal: See this method in the class file for all normal output-level errors/warnings.
Set VERBOSE to false for shortform (error-code-only) messages.

The documentation was generated from the following file:

Generated on 11/12/2006 3:29:13 PM