Advertisement
RCAProduction

Game V. 2

Apr 7th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1.  
  2.  
  3.  
  4. tr{
  5. <Wait for key: ”space”>
  6. }
  7.  
  8. <div style=“text-align center”>
  9. <style type=”text/css”>
  10. td {
  11. font-weight: 850;
  12. color: green;
  13. font-size: 90-px;
  14. font-family: sans-sherif;
  15. }
  16. </style>
  17.  
  18. <table>
  19.  
  20. </div>
  21.  
  22. <tr>
  23. <td>Start!</td>
  24.  
  25.  
  26.  
  27.  
  28. <run file: “a”>
  29. </tr>
  30.  
  31.  
  32. </repeat>
  33.  
  34. <file: "a">
  35. <Screen: "screen weight; color; size;")
  36. scrn{
  37. screen-weight: 600;
  38. color: blue;
  39. size: 1000px*500px;
  40. }
  41. </screen>
  42. <object: "size; color; weight;">
  43. bx{
  44. size: 10px*10px;
  45. color: red;
  46. weight: 700;
  47. }
  48. </object>
  49.  
  50. <run file: "b">
  51. </file "a">
  52.  
  53.  
  54. <file: "b">
  55.  
  56. <run file: "c">
  57.  
  58. <td>
  59. You are a box...
  60. </td>
  61. </file: "b">
  62.  
  63.  
  64. <file: “c”>
  65.  
  66. <key movement: “File: direction> distance”>
  67. <press key: “left”>
  68. <bx>
  69. <lft: 2-px lft>
  70. </bx>
  71. </press key>
  72. <press key: “right”>
  73. <bx>
  74. <right: 2-px right>
  75. </bx>
  76. </press key>
  77. <press key: “down”>
  78. <bx>
  79. <stop: 0-px stop movement>
  80. </bx>
  81. </press key>
  82. </key movement>
  83. <run file: "d">
  84. </file: “c”>
  85.  
  86.  
  87. <file: "d">
  88. <stop "bx">
  89.  
  90. <td>
  91. Odd, isn't it?
  92. </td>
  93. <wait: 2 seconds>
  94. <erase "<td> Odd, isn't it? </td>">
  95. <run file: "a">
  96.  
  97. </file: "d">
  98.  
  99.  
  100.  
  101.  
  102. <repeat*60>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement