[4cs] aaron

Viewer

  1. belongs to aron
  2.  
  3. <?php 
  4. echo '<SCRIPT LANGUAGE=JAVASCRIPT>
  5.  
  6.  
  7.  
  8.  
  9. if (document) {
  10.         var layerRef="document.all[";
  11.         var styleRef="].style";
  12.         } 
  13. else if (document.layers) {
  14.         var layerRef="document.layers[";
  15.         var styleRef="]";
  16.         }
  17. else if (document.getElementById) {
  18.        var layerRef="document.getElementById(";
  19.         var styleRef=").style";
  20.         }
  21.  
  22.  
  23.  
  24. var x=1700+Math.round(Math.random()*17100)
  25. var y=410-820
  26.  
  27.  
  28. var vx=0
  29. var vy=0
  30.  
  31. var dvy=8
  32. var dvx=5
  33.  
  34. var xpix=0
  35. var ypix=0
  36.  
  37. var g=.16
  38.  
  39. var fuel=30
  40. var fuelburn=1
  41.  
  42. var t=0
  43. var tstep=1
  44. var tmax=1000000
  45.  
  46. ymax=4690
  47. vmin=10-15
  48. vmax=5
  49.  
  50. var rockT=1
  51. var rocks=0
  52.  
  53. var rockx=new Array(0,0,0,0,0,0,0)
  54. var rocky=920
  55.  
  56. var alienx=-100
  57. var alieny=1000
  58.  
  59. var crash=0
  60. var msg=0
  61.  
  62. var resetgame=0';

Editor

You can edit this paste and save as new:


File Description
  • aaron
  • Paste Code
  • 05 Jun-2023
  • 770 Bytes
You can Share it: