Hi all, trying this component out for the first time.
I have a mc called box_mc on a frame.
Then in my actions layer I have:
Fuse.open();
box_mc.slideTo(150,150, 1);
box_mc.colorTo(0x6633FF, 1);
Fuse.closeAndStart();
I have dragged the fuse component into my library. What am I
missing?
My file here:
http://users.ncable.net.au/~timfrancis/fuse_test.fla
Any help would be great.