We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Build-A-Bear: Trick Shot
Jump to navigation
Jump to search
Games > Games by content > Games with unused code
Games > Games by content > Games with unused graphics
Games > Games by content > Games with unused text
Games > Games by platform > HTML5 games
Games > Games by publisher > Games published by Build-A-Bear Workshop
Games > Games by release date > Games released in 2015
| Build-A-Bear: Trick Shot |
|---|
|
Publisher:
Build-A-Bear Workshop
|
MOM, GET THE CAMERA!!
Cut Sharing Feature
There are unused button graphics for sharing your score onto Facebook, Google+, or Twitter. The code for it can be found dummied out in game.js.
//var shareText ='SHARE ON'; //text for share instruction
//Social share, [SCORE] will replace with game score
//var shareTitle = 'Highscore on Trick Shot Ball is [SCORE]';//social share score title
//var shareMessage = '[SCORE] is mine new highscore on Trick Shot Ball! Try it now!'; //social share score message
// btnFb.cursor = "pointer";
// btnFb.addEventListener("mousedown", function(evt) {
// share('facebook');
// });
// btnTwitter.cursor = "pointer";
// btnTwitter.addEventListener("mousedown", function(evt) {
// share('twitter');
// });
// btnGoogle.cursor = "pointer";
// btnGoogle.addEventListener("mousedown", function(evt) {
// share('google');
// });
// var loc = location.href
// loc = loc.substring(0, loc.lastIndexOf("/") + 1);
// var title = shareTitle.replace("[SCORE]", playerData[0].gameScore);
// var text = shareMessage.replace("[SCORE]", playerData[0].gameScore);
// var shareurl = '';
// if( action == 'twitter' ) {
// shareurl = 'https://twitter.com/intent/tweet?url='+loc+'&text='+text;
// }else if( action == 'facebook' ){
// shareurl = 'http://www.facebook.com/sharer.php?u='+encodeURIComponent(loc+'share.php?desc='+text+'&title='+title+'&url='+loc+'&thumb='+loc+'share.jpg');
// }else if( action == 'google' ){
// shareurl = 'https://plus.google.com/share?url='+loc;
// }
Games > Games by content > Games with unused code
Games > Games by content > Games with unused graphics
Games > Games by content > Games with unused text
Games > Games by platform > HTML5 games
Games > Games by publisher > Games published by Build-A-Bear Workshop
Games > Games by release date > Games released in 2015


