Revision: 3144
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 7, 2007 14:44 by mswallace
Initial Code
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();
Initial URL
http://www.mosessupposes.com/Fuse/
Initial Description
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
Initial Title
Fuse Kit Import
Initial Tags
actionscript
Initial Language
ActionScript