Home
last modified time | relevance | path

Searched refs:broadcastMessage (Results 1 – 1 of 1) sorted by relevance

/template/roundtheme/
H A Dhide_menu.js89 this.broadcastMessage('onMotionLooped',{target:this,type:'onMotionLooped'});
94 this.broadcastMessage('onMotionFinished',{target:this,type:'onMotionFinished'});
118 this.broadcastMessage('onMotionChanged',{target:this,type:'onMotionChanged'});
148 this.broadcastMessage('onMotionStarted',{target:this,type:'onMotionStarted'});
181 this.broadcastMessage('onMotionStopped',{target:this,type:'onMotionStopped'});
197 this.broadcastMessage('onMotionResumed',{target:this,type:'onMotionResumed'});
218 t.broadcastMessage = function(){ function