Callback Format for FuseKit
clip.slideTo ( x_value, y_value, duration, easing, delay, callback );
Where callback is structure as follows:
clip.slideTo ( [...], { scope:this, func:”function_name”, args:argvalue } );
To send multiple args values, send as an array
Comments Off