as1/MovieClip.elastic
| 2629 | no demo link | [ code ] | 2004-11-16 08:37:57 |
Proto to move in elastic way a movieClip.
EXAMPLE:
_root.onMouseUp = function() {
// click mouse to test
this.myMC.elastic(_root._xmouse, _root._ymouse, 1.7, 1.8);
}
EXAMPLE:
_root.onMouseUp = function() {
// click mouse to test
this.myMC.elastic(_root._xmouse, _root._ymouse, 1.7, 1.8);
}