The
Advantage of FFish Scripting Language
III. It's very easy to communicate between FFish
Script and Action Script
It's
very easy to communicate between FFish Script
and Action Script. From within Action Script,
you can call a FFish script using the fscommand
"FFish_Run". The "FFish_Eval"
can be used to evaluate a piece of FFish code.
You can also trace the value of a variable in
Action Script using the fscommand "FFish_Trace".
FFish script runs outside the
Action Script, but it can control the SWF movies,
play, stop, load movie, change properties, call
frame and more. Data exchanging between FFish
Script and Action Script is also very easy,
you can transfer arrays and objects between
FFish Script and Action Script by one call.
By using the component "Trigger",
you can call Action Script functions from within
FFish Script.