Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.66 KB | None | 0 0
  1. else if (this.curblock == this.block3)
  2. {
  3. g.drawRect(23, 190, 66, 66);
  4. for (int a = 0; a < 44; a++)
  5. {
  6. for (int c = 0; c < 44; c++)
  7. {
  8. if (this.curblock != this.block3)
  9. continue;
  10. if (this.curblock[0][0] != this.m.y[a][c])
  11. continue;
  12. if (!this.m.y[a][c].hasint) continue; g.drawImage(this.curblock[0][0].img, 24, 191, this.mo);
  13. this.curblock[0][0].hasint = true;
  14. }
  15.  
  16. }
  17.  
  18. g.drawRect(103, 190, 66, 66);
  19. for (int a = 0; a < 44; a++)
  20. {
  21. for (this.c = 0; this.c < 44; this.c += 1)
  22. {
  23. if (this.curblock != this.block3)
  24. continue;
  25. if (this.curblock[1][0] != this.m.y[a][this.c])
  26. continue;
  27. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[1][0].img, 104, 191, this.mo);
  28. this.curblock[1][0].hasint = true;
  29. }
  30.  
  31. }
  32.  
  33. g.drawRect(183, 190, 66, 66);
  34. for (int a = 0; a < 44; a++)
  35. {
  36. for (this.c = 0; this.c < 44; this.c += 1)
  37. {
  38. if (this.curblock != this.block3)
  39. continue;
  40. if (this.curblock[2][0] != this.m.y[a][this.c])
  41. continue;
  42. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[2][0].img, 184, 191, this.mo);
  43. this.curblock[2][0].hasint = true;
  44. }
  45.  
  46. }
  47.  
  48. g.drawRect(263, 190, 66, 66);
  49. for (int a = 0; a < 44; a++)
  50. {
  51. for (this.c = 0; this.c < 44; this.c += 1)
  52. {
  53. if (this.curblock != this.block3)
  54. continue;
  55. if (this.curblock[3][0] != this.m.y[a][this.c])
  56. continue;
  57. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[3][0].img, 264, 191, this.mo);
  58. this.curblock[3][0].hasint = true;
  59. }
  60.  
  61. }
  62.  
  63. g.drawRect(343, 190, 66, 66);
  64. for (int a = 0; a < 44; a++)
  65. {
  66. for (this.c = 0; this.c < 44; this.c += 1)
  67. {
  68. if (this.curblock != this.block3)
  69. continue;
  70. if (this.curblock[4][0] != this.m.y[a][this.c])
  71. continue;
  72. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[4][0].img, 344, 191, this.mo);
  73. this.curblock[4][0].hasint = true;
  74. }
  75.  
  76. }
  77.  
  78. g.drawRect(423, 190, 66, 66);
  79. for (int a = 0; a < 44; a++)
  80. {
  81. for (this.c = 0; this.c < 44; this.c += 1)
  82. {
  83. if (this.curblock != this.block3)
  84. continue;
  85. if (this.curblock[5][0] != this.m.y[a][this.c])
  86. continue;
  87. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[5][0].img, 424, 191, this.mo);
  88. this.curblock[5][0].hasint = true;
  89. }
  90.  
  91. }
  92.  
  93. g.drawRect(23, 267, 66, 66);
  94. for (int a = 0; a < 44; a++)
  95. {
  96. for (this.c = 0; this.c < 44; this.c += 1)
  97. {
  98. if (this.curblock != this.block3)
  99. continue;
  100. if (this.curblock[0][1] != this.m.y[a][this.c])
  101. continue;
  102. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[0][1].img, 24, 268, this.mo);
  103. this.curblock[0][1].hasint = true;
  104. }
  105.  
  106. }
  107.  
  108. g.drawRect(103, 267, 66, 66);
  109. for (int a = 0; a < 44; a++)
  110. {
  111. for (this.c = 0; this.c < 44; this.c += 1)
  112. {
  113. if (this.curblock != this.block3)
  114. continue;
  115. if (this.curblock[1][1] != this.m.y[a][this.c])
  116. continue;
  117. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[1][1].img, 104, 268, this.mo);
  118. this.curblock[1][1].hasint = true;
  119. }
  120.  
  121. }
  122.  
  123. g.drawRect(183, 267, 66, 66);
  124. for (int a = 0; a < 44; a++)
  125. {
  126. for (this.c = 0; this.c < 44; this.c += 1)
  127. {
  128. if (this.curblock != this.block3)
  129. continue;
  130. if (this.curblock[2][1] != this.m.y[a][this.c])
  131. continue;
  132. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[2][1].img, 184, 268, this.mo);
  133. this.curblock[2][1].hasint = true;
  134. }
  135.  
  136. }
  137.  
  138. g.drawRect(263, 267, 66, 66);
  139. for (int a = 0; a < 44; a++)
  140. {
  141. for (this.c = 0; this.c < 44; this.c += 1)
  142. {
  143. if (this.curblock != this.block3)
  144. continue;
  145. if (this.curblock[3][1] != this.m.y[a][this.c])
  146. continue;
  147. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[3][1].img, 264, 268, this.mo);
  148. this.curblock[3][1].hasint = true;
  149. }
  150.  
  151. }
  152.  
  153. g.drawRect(343, 267, 66, 66);
  154. for (int a = 0; a < 44; a++)
  155. {
  156. for (this.c = 0; this.c < 44; this.c += 1)
  157. {
  158. if (this.curblock != this.block3)
  159. continue;
  160. if (this.curblock[4][1] != this.m.y[a][this.c])
  161. continue;
  162. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[4][1].img, 344, 268, this.mo);
  163. this.curblock[4][1].hasint = true;
  164. }
  165.  
  166. }
  167.  
  168. g.drawRect(423, 267, 66, 66);
  169. for (int a = 0; a < 44; a++)
  170. {
  171. for (this.c = 0; this.c < 44; this.c += 1)
  172. {
  173. if (this.curblock != this.block3)
  174. continue;
  175. if (this.curblock[5][1] != this.m.y[a][this.c])
  176. continue;
  177. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[5][1].img, 424, 268, this.mo);
  178. this.curblock[5][1].hasint = true;
  179. }
  180.  
  181. }
  182.  
  183. g.drawRect(23, 344, 66, 66);
  184. for (int a = 0; a < 44; a++)
  185. {
  186. for (this.c = 0; this.c < 44; this.c += 1)
  187. {
  188. if (this.curblock != this.block3)
  189. continue;
  190. if (this.curblock[0][2] != this.m.y[a][this.c])
  191. continue;
  192. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[0][2].img, 24, 345, this.mo);
  193. this.curblock[0][2].hasint = true;
  194. }
  195.  
  196. }
  197.  
  198. g.drawRect(103, 344, 66, 66);
  199. for (int a = 0; a < 44; a++)
  200. {
  201. for (this.c = 0; this.c < 44; this.c += 1)
  202. {
  203. if (this.curblock != this.block3)
  204. continue;
  205. if (this.curblock[1][2] != this.m.y[a][this.c])
  206. continue;
  207. if (!this.m.y[a][this.c].hasint) continue; g.drawImage(this.curblock[1][2].img, 104, 345, this.mo);
  208. this.curblock[1][2].hasint = true;
  209. }
  210.  
  211. }
  212.  
  213. }
  214. else if (this.curblock == this.block4)
  215. {
  216. g.drawRect(23, 190, 66, 66);
  217. for (int a = 0; a < 44; a++)
  218. {
  219. for (int c = 0; c < 44; c++)
  220. {
  221. if (this.curblock != this.block4)
  222. continue;
  223. if (this.curblock[0][0] != this.m.z[a][c])
  224. continue;
  225. if (!this.m.z[a][c].hasint) continue; g.drawImage(this.curblock[0][0].img, 24, 191, this.mo);
  226. this.curblock[0][0].hasint = true;
  227. }
  228.  
  229. }
  230.  
  231. g.drawRect(103, 190, 66, 66);
  232. for (int a = 0; a < 44; a++)
  233. {
  234. for (this.c = 0; this.c < 44; this.c += 1)
  235. {
  236. if (this.curblock != this.block4)
  237. continue;
  238. if (this.curblock[1][0] != this.m.z[a][this.c])
  239. continue;
  240. if (!this.m.z[a][this.c].hasint) continue; g.drawImage(this.curblock[1][0].img, 104, 191, this.mo);
  241. this.curblock[1][0].hasint = true;
  242. }
  243.  
  244. }
  245.  
  246. g.drawRect(183, 190, 66, 66);
  247. for (int a = 0; a < 44; a++)
  248. {
  249. for (this.c = 0; this.c < 44; this.c += 1)
  250. {
  251. if (this.curblock != this.block4)
  252. continue;
  253. if (this.curblock[2][0] != this.m.z[a][this.c])
  254. continue;
  255. if (!this.m.z[a][this.c].hasint) continue; g.drawImage(this.curblock[2][0].img, 184, 191, this.mo);
  256. this.curblock[2][0].hasint = true;
  257. }
  258.  
  259. }
  260.  
  261. g.drawRect(263, 190, 66, 66);
  262. for (int a = 0; a < 44; a++)
  263. {
  264. for (this.c = 0; this.c < 44; this.c += 1)
  265. {
  266. if (this.curblock != this.block4)
  267. continue;
  268. if (this.curblock[3][0] != this.m.z[a][this.c])
  269. continue;
  270. if (!this.m.z[a][this.c].hasint) continue; g.drawImage(this.curblock[3][0].img, 264, 191, this.mo);
  271. this.curblock[3][0].hasint = true;
  272. }
  273.  
  274. }
  275.  
  276. g.drawRect(343, 190, 66, 66);
  277. for (int a = 0; a < 44; a++)
  278. {
  279. for (this.c = 0; this.c < 44; this.c += 1)
  280. {
  281. if (this.curblock != this.block4)
  282. continue;
  283. if (this.curblock[4][0] != this.m.z[a][this.c])
  284. continue;
  285. if (!this.m.z[a][this.c].hasint) continue; g.drawImage(this.curblock[4][0].img, 344, 191, this.mo);
  286. this.curblock[4][0].hasint = true;
  287. }
  288.  
  289. }
  290.  
  291. g.drawRect(423, 190, 66, 66);
  292. for (int a = 0; a < 44; a++)
  293. {
  294. for (this.c = 0; this.c < 44; this.c += 1)
  295. {
  296. if (this.curblock != this.block4)
  297. continue;
  298. if (this.curblock[5][0] != this.m.z[a][this.c])
  299. continue;
  300. if (this.m.z[a][this.c].hasint) {
  301. g.drawImage(this.curblock[5][0].img, 424, 191, this.mo);
  302. this.curblock[5][0].hasint = true;
  303. }
  304.  
  305. }
  306.  
  307. }
  308.  
  309. g.drawRect(23, 267, 66, 66);
  310. for (int a = 0; a < 44; a++)
  311. {
  312. for (this.c = 0; this.c < 44; this.c += 1)
  313. {
  314. if (this.curblock != this.block4)
  315. continue;
  316. if (this.curblock[0][1] != this.m.z[a][this.c])
  317. continue;
  318. if (!this.m.z[a][this.c].hasint)
  319. continue;
  320. g.drawImage(this.curblock[0][1].img, 24, 268, this.mo);
  321. this.curblock[0][1].hasint = true;
  322. }
  323.  
  324. }
  325.  
  326. g.drawRect(103, 267, 66, 66);
  327. for (int a = 0; a < 44; a++)
  328. {
  329. for (this.c = 0; this.c < 44; this.c += 1)
  330. {
  331. if (this.curblock != this.block4)
  332. continue;
  333. if (this.curblock[1][1] != this.m.z[a][this.c])
  334. continue;
  335. if (!this.m.z[a][this.c].hasint)
  336. continue;
  337. g.drawImage(this.curblock[1][1].img, 104, 268, this.mo);
  338. this.curblock[1][1].hasint = true;
  339. }
  340.  
  341. }
  342.  
  343. g.drawRect(183, 267, 66, 66);
  344. for (int a = 0; a < 44; a++)
  345. {
  346. for (this.c = 0; this.c < 44; this.c += 1)
  347. {
  348. if (this.curblock != this.block4)
  349. continue;
  350. if (this.curblock[2][1] != this.m.z[a][this.c])
  351. continue;
  352. if (!this.m.z[a][this.c].hasint)
  353. continue;
  354. g.drawImage(this.curblock[2][1].img, 184, 268, this.mo);
  355. this.curblock[2][1].hasint = true;
  356. }
  357.  
  358. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement