topical media & game development

talk show tell print

mobile-query-three-plugins-flamethrower-examples-comboemitter.js / js



  
base class for combo emitters. aka emitter composed of multiple Fireworks.Emitter, sound etc...

  
  Fireworks.ComboEmitter        = function(){
  } 
  
  
Start the emitter

  
  Fireworks.ComboEmitter.prototype.start        = function(){
  }
  
  
Ask to Stop the emitter. It is a gracefull stop, so the emitter may keep emit for a while, the time

  
  Fireworks.ComboEmitter.prototype.stop        = function(){
  }
  
  
Stop immediatly the emitter

  
  Fireworks.ComboEmitter.prototype.ungracefullStop        = function(){
  };
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.