//Le GAG || info@lolitadesign.net :: makeInstable() //Rend un movieClip instable (le fait trembler quoi) // ---------------------------------------- MovieClip.prototype.makeInstable = function (brown) { this._x += brown*((Math.random()* 2)-1; this._y += brown*((Math.random()* 2)-1; }