So I was hoping I'd have a better grasp of what to do for steps 3-6 in the sponsor's API doc once I got the initialization/preloader finished. But I am lost. Here is step #3:
3. Logos
var btn_portal:AssetPortalLogo = new AssetPortalLogo(this, X, Y SCALE);
var btn_twitter:AssetTwitterButton = new AssetTwitterButton(this, X, Y, SCALE);
var btn_facebook:AssetFacebookButton = new AssetFacebookButton(this,X, Y, SCALE);
I assume it wants to pull in the button/logo images from the SWC, but I have no idea how to do it in Stencyl.