Flash FUSE toolkit

By admin on 23 Mar | 0 comments

Sometimes I do wonder what I'm doing most of the time looks like here another library that I glanced and never put the pieces together what was going on. For the last hour I've jsut been trying to figure out how the whole library works.

I've some interesting ideas on using animation in a Flash presentation and this could be the glue between my two slices of bread.

here some code

import com.mosesSupposes.fuse.*;
ZigoEngine.register(Fuse, FuseFMP)
FuseFMP.writeFilter(ball,"Blur",{blurx:20,blurY:20,quality:3});
var f:Fuse = new Fuse();
f.push({target:ball, x:Stage.width/2, y:Stage.height/2, seconds:1});
f.start();