Ok, this I managed:
FuseFMP filters (just default, without setFilterProp):
//com.mosesSupposes.fuse.FuseFMP.simpleSetup();
my_mc.writeFilter('Bevel');
All I did was comment line with
simpleSetup.
But, what about ZingoEngine tweens?
I've tried in same way like with FuseFMP (without sempleSetup) and no lucky. Example:
//import com.mosesSupposes.fuse.*;
//ZigoEngine.simpleSetup(Shortcuts,PennerEasing);
my_mc.onRollOver = function(){
ZigoEngine.doTween(this, "_brightness", 0, 0.3, "linear");
}
Maybe there is not necessary to think about this everything...
Just I want to know whether ZingoEngine will run with imagevue faster than
TweenLite and
Caurina-Tweener, because I see that tweens in my imagevue swf modules are slower than imagevue tweens... Maybe it's because of using different tween engines in one app (iamgevue-ZingoEnine + My modules-caurina)?
I've tried TweenLite (apparently fastest tween enine - >
Tweening speed test), but the results - I think - were the worst...