hi all,
i'm searching about how to make plugin for c2
i have to convert these lines to a c2 plugin and i don't know how to ?
the lines are :
[quote:24uouami]var cb = new Ejecta.Chartboost("4f21c409cd1cb2fb7000001b", "92e2de2fd7070327bdeb54c15a5295309c6fcd2d");
cb.addEventListener("interstitialCache", function(){
console.log("Interstitial Cached");
cb.showInterstitial();
});
cb.addEventListener("moreAppsCache", function(){
console.log("MoreApps Cached");
cb.showMoreApps();
});
cb.addEventListener("videoCache", function(){
console.log("Video Cached");
cb.showVideo();
});
cb.cacheInterstitial();
cb.cacheMoreApps();
cb.cacheVideo();
any help please ?
thanks in advance