Changeset 977
- Timestamp:
- 2010-06-18 13:10:43 (13 years ago)
- Location:
- 2010/24/olpesasa/Linnapako
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
2010/24/olpesasa/Linnapako/Peli.cs
r975 r977 347 347 { 348 348 AloitaAlusta(); 349 PlaySound("kuolema"); 349 350 } 350 351 else if (kohde.Tag.ToString() == "p") 351 352 { 352 353 AloitaAlusta(); 354 PlaySound("kuolema"); 353 355 } 354 356 else if (kohde.Tag.ToString() == "maali") 355 357 { 356 358 kohde.Destroy(); 359 PlaySound("maaliaani"); 357 360 kentanNro++; 358 361 pisteet.Value = kentanPisteet.Value; … … 361 364 else if (kohde.Tag.ToString() == "bonus") 362 365 { 366 PlaySound("kuolema"); 363 367 kentanPisteet.Value+=10; 364 368 kohde.Destroy(); … … 366 370 else if (kohde.Tag.ToString() == "coin") 367 371 { 372 PlaySound("kuolema"); 368 373 kentanPisteet.Value += 1; 369 374 kohde.Destroy(); … … 386 391 { 387 392 avain.Destroy(); 393 PlaySound("maaliaani"); 388 394 for (int i = 0; i < oviLista.Count; i++) 389 395 { … … 410 416 411 417 } 412 else if (kentta == 2) LuoKentta 2();418 else if (kentta == 2) LuoKentta9(); 413 419 else if (kentta == 3) LuoKentta3(); 414 420 else if (kentta == 4) LuoKentta4(); 415 else if (kentta == 5) LuoKentta 5();416 else if (kentta == 6) LuoKentta 6();417 else if (kentta == 7) LuoKentta 7();418 else if (kentta == 8) LuoKentta 8();421 else if (kentta == 5) LuoKentta6(); 422 else if (kentta == 6) LuoKentta7(); 423 else if (kentta == 7) LuoKentta8(); 424 else if (kentta == 8) LuoKentta5(); 419 425 else if (kentta == 9) LuoKentta9(); 420 426 else if (kentta > 9) LuoKentta10(); -
2010/24/olpesasa/Linnapako/kentta5.txt
r975 r977 26 26 xxxx xxxxxxx xxxx 27 27 x x x 28 x VVVx x29 x VVVxxxxxxx x28 x x x 29 x xxxxxxx x 30 30 x v bx 31 31 x xxxxxxxxx x
Note: See TracChangeset
for help on using the changeset viewer.