/ Published in: ActionScript
Great for animating in Actionscript. You should check out the complete kit at the Fuse Web Site.
Can't Wait till this is ported to AS3
Can't Wait till this is ported to AS3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
import com.mosesSupposes.fuse.*; ZigoEngine.register(Fuse,PennerEasing); function bounceSpeakers(){ var f:Fuse = new Fuse(); f.push([{target:right_speaker, _y:94, seconds:0.25, ease:"easeOutBounce"}, {target:left_speaker, _y:94, seconds:0.25, ease:"easeOutBounce"}]); f.push([{target:right_speaker, _y:96, seconds:0.25, ease:"easeOutBounce"}, {target:left_speaker, _y:96, seconds:0.2, ease:"easeOutBounce"}]); f.push({func:bounceSpeakers}); f.start(); } bounceSpeakers();
URL: http://www.mosessupposes.com/Fuse/