- Timestamp:
- 2011-06-09 17:32:03 (12 years ago)
- Location:
- 2011/23/ookantol/Haamuongelma/Haamuongelma
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/23/ookantol/Haamuongelma/Haamuongelma/Peli.cs
r1826 r1831 220 220 void laskuriYlarajassa(int arvo) 221 221 { 222 if (arvo == 5)222 if (arvo == 42) 223 223 { 224 224 Label Win = new Label ("Field 1 done!"); … … 228 228 Timer.SingleShot(3.0, Aloita2); 229 229 } 230 else if (arvo == 7)230 else if (arvo == 32) 231 231 { 232 232 Label Win = new Label("Field 2 done!"); … … 236 236 Timer.SingleShot(3.0, Aloita3); 237 237 } 238 else if (arvo == 10)239 { 240 Label Win = new Label(" All fields done!");238 else if (arvo == 40) 239 { 240 Label Win = new Label("Field 3 done! YOU WIN! YOU SAVED THE FLOWERS!"); 241 241 Win.Position = new Vector(10, 0); 242 242 Win.TextColor = RandomGen.NextColor(); … … 375 375 376 376 Label kohta2 = new Label("Field 2"); 377 kohta2.Position = new Vector(0, 10);377 kohta2.Position = new Vector(0, 0); 378 378 Valikonkohdat.Add(kohta2); 379 379 380 380 Label kohta3 = new Label("Field 3"); 381 kohta 2.Position = new Vector(0, - 40);381 kohta3.Position = new Vector(0, - 60); 382 382 Valikonkohdat.Add(kohta3); 383 383 … … 412 412 lisaaNappaimet(); 413 413 elamat(); 414 kerattavat( 5);414 kerattavat(42); 415 415 416 416 Camera.Follow(pelaaja1); … … 429 429 lisaaNappaimet(); 430 430 elamat(); 431 kerattavat( 7);431 kerattavat(32); 432 432 433 433 Camera.Follow(pelaaja1); … … 446 446 lisaaNappaimet(); 447 447 elamat(); 448 kerattavat( 10);448 kerattavat(40); 449 449 450 450 Camera.Follow(pelaaja1); -
2011/23/ookantol/Haamuongelma/Haamuongelma/kentta1.txt
r1826 r1831 5 5 + 1 + 2 + 21 + - - - - - - 6 6 - - - - - - - - - - - - - 7 2 7 2 - 8 8 - - - + 1 2 + 9 9 2 - - - - - - - - - 2 … … 13 13 + - - 14 14 - - - - 15 - - - -- - - - 1 -15 - - - - - 1 - 16 16 17 17 1 2 + 1 18 18 + 1 + + - - - - - 19 - - - -- - - - - - - - 219 - - - - - - - - - - - 2 20 20 - - - 21 21 -
2011/23/ookantol/Haamuongelma/Haamuongelma/kentta2.txt
r1826 r1831 10 10 11 11 - - - 12 2 + + 2 + 12 2 + + 2 + 13 13 - - - - - - - - - - - - - - - 14 14 1 … … 16 16 - - - - - - - - - - - - - - - - - - - - 17 17 18 B18 YY B Y Y Y Y Y 2 1 + 19 19 __ __ _ __ _ _ _ ___ __ __ __ __ __ _ _ __ ___ __ ___ __ ___ _ _ _ ____ __ __ __ _ __ _ ___ ___ __ _ ___ ___ ___ __ __ _ ___ -
2011/23/ookantol/Haamuongelma/Haamuongelma/kentta3.txt
r1826 r1831 1 1 2 2 3 + 2 1 + 2 + + 4 - - - - - 2 - - 2 - - - - 2 - 5 - 6 + 1 7 - - + 1 2 2 1 8 - - - - - - - - - - 2 - - - 9 1 10 - 2 11 2 1 + 2 + 1 + 12 - - - - - + - - - - - - - - - - 3 13 4 5 6 7 8 9 10 11 12 13 14 + 2 + 2 1 2 1 15 - - - - - - - - - - - - - - - - - - - - 14 16 15 B17 Y YY B Y Y Y Y 1 +2 1 + 16 18 __ __ _ __ _ _ _ ___ __ __ __ __ __ _ _ __ ___ __ ___ __ ___ _ _ _ ____ __ __ __ _ __ _ ___ ___ __ _ ___ ___ ___ __ __ _ ___
Note: See TracChangeset
for help on using the changeset viewer.