Skip to main content
Inspiring
February 12, 2007
Question

FuseKit question - pause()

  • February 12, 2007
  • 2 replies
  • 225 views
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!
This topic has been closed for replies.

2 replies

Inspiring
February 12, 2007
DMennenoh,
thanks, already did that. I just doesn't stop. The board over there is weak.

Thanks,
Brian
Inspiring
February 14, 2007
What exactly are you trying to achieve with the code?
Inspiring
February 12, 2007
Pause() pauses an already playing fuse, which you then can start again by
issuing a resume. You might consult the docs at www.mosessupposes.com/Fuse
They have a message board there as well.


--
Dave -
Head Developer
www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/