Question
FuseKit question - pause()
I was wondering if there are people on here who use the
FuseKit?
I have the following question about pause method.
I am trying to pause a fuse and have the following AS:
var fLoadNewSection:Fuse = new Fuse();
fLoadNewSection.label = "loadNewSectionFuse";
fLoadNewSection.autoClear = true;
fLoadNewSection.push({func:"sectionClose"});
fLoadNewSection.pause();
fLoadNewSection.push({target:nav1, _alpha:0, time:1, ease:"easeOutQuad"});
fLoadNewSection.traceItems();
fLoadNewSection.start(true);
The pause does not work. Is that even the right was to use pause? I
don't know what the syntax needs to look like?
Thank you for any help!
I have the following question about pause method.
I am trying to pause a fuse and have the following AS:
var fLoadNewSection:Fuse = new Fuse();
fLoadNewSection.label = "loadNewSectionFuse";
fLoadNewSection.autoClear = true;
fLoadNewSection.push({func:"sectionClose"});
fLoadNewSection.pause();
fLoadNewSection.push({target:nav1, _alpha:0, time:1, ease:"easeOutQuad"});
fLoadNewSection.traceItems();
fLoadNewSection.start(true);
The pause does not work. Is that even the right was to use pause? I
don't know what the syntax needs to look like?
Thank you for any help!