In order to use Fuse for animation we have to tell Flash that it exists.  This is pretty simple:

// import Fuse
import com.mosesSupposes.fuse.*;
// set up  zigoEngine to use just simple shortcut animation
ZigoEngine simpleSetup(Shortcuts);


That was simple wasn't it?

Now lets code the buttons!