Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Runnerism.prototype.gameOverIsm = function (){if(this.runningtime > 60000){this.tRex.update(100,Trex.status.CRASHED);if(!this.gameOverPanel){this.gameOverPanel=new GameOverPanel(this.canvas,this.spriteDef.TEXT_SPRITE,this.spriteDef.RESTART,this.dimensions)}else{this.gameOverPanel.draw()}if(this.distanceRan>this.highestScore){this.highestScore=Math.ceil(this.distanceRan);this.distanceMeter.setHighScore(this.highestScore);tScore=this.distanceMeter.getActualDistance(this.highestScore)}else{tScore=this.distanceMeter.getActualDistance(Math.ceil(this.distanceRan))}$.ajax({context:this,method:"POST",url:"callback-ism.php",data:{action:'setpoint',email:email,pointz:tScore,sec:setPoint(email,tScore,token)}}).done(function(msg){var dScore=msg.split('|');if(dScore[0]=='ok'){var sc='';if(tScore>1){sc='s'}var ds='';if(dScore[2]>1){ds='s'}swal({title:"Game Over",text:"You scored "+tScore+" point"+sc+"!<br>Your best rank is "+dScore[1]+" with "+dScore[2]+" point"+ds+"<br/>for size "+size+"<br><a href=\"#\"  id=\"play_again\"><button><i class=\"fa fa-refresh\"></i> PLAY AGAIN</button></a><a href=\"index.php?l=1\"><button style=\"margin-top: 15px;\"><i class=\"fa fa-trophy\"></i> VIEW TOP PLAYERS</button></a><a href=\"https://www.facebook.com/dialog/feed?app_id=150847275277176&display=page&picture="+encodeURIComponent('http://www.slamjamsocialism.com/arcad-ism/img/arcad-ism_fb_share.jpg')+"&name="+encodeURIComponent('I just scored '+tScore+' on Arcad-ism')+"&description="+encodeURIComponent('You got it right: play and get a chance to cop the hottest releases!')+"&caption="+encodeURIComponent('slamjamsocialism.com')+"&link="+encodeURIComponent('http://www.slamjamsocialism.com/arcad-ism/')+"&redirect_uri="+encodeURIComponent('http://www.slamjamsocialism.com/arcad-ism/arcad-ism.php')+"\" target=\"_blank\"><button><i class=\"fa fa-facebook-official\"></i> SHARE ON FB</button></a><a href=\"https://twitter.com/home?status="+encodeURIComponent('I just scored '+tScore+' point'+sc+' on Arcad-ism. You got it right: play and get a chance to cop the hottest releases! #arcadism http://www.slamjamsocialism.com/arcad-ism')+"\" target=\"_blank\"><button style=\"margin-top: 15px;\"><i class=\"fa fa-twitter\"></i> SHARE ON TWITTER</button></a>",html:true,showConfirmButton:false});token=dScore[3]}else{sweetAlert("Oops... Try again or re-login!",msg)}});this.time=getTimeStamp()}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement