The
Advantage of FFish Scripting Language
IV. Makes your projects more clear
The
FFish Script is an integrated system, so you
can put the system works in FFish script and
put the works about user interface in Action
Script. The benefits are that your project will
be more clear and easy to modify and upgrade.
When you want to modify the user interface,
you just need to change the Action scripts and
debug in your Flash authoring tool. When you
want to add system functions, you just need
to modify the FFish scripts.
Another benefit is that your
system works are all in FFish Script, so you
can develop and debug the system functions all
in SWFKit. You don't need to switch to your
Flash authoring tool to modify and publish the
SWF movie frequently. It’s easier to debug
your project.
SWFKit provides a powerful
preview feature. Without building the final
EXE file you can see how your project will run.
Under the preview mode, your project will come
with a trace window, you can trace the values
of the variables in FFish Script using the "trace"
method. It’s very convenient for debugging.