Skocz do zawartości

Szubienica ^^


Rekomendowane odpowiedzi

ja myslalem ze bedzie to prawdziwa szubienica, tzn z hustajacym sie wisielcem a tu klops, jakas gra w odnajdywanie slow. dziwne ze komus sie chcialo to robic.

Odnośnik do komentarza
Udostępnij na innych stronach

Tam nie ma komentarzy

<_<

Information about object: object0

 

Sprite: sprite0

Solid: false

Visible: true

Depth: 0

Persistent: false

Parent: <no parent>

Mask: <same as sprite>

 

Create Event:

execute code:

 

image_speed=0

 

loes = "game maker"

 

erlist=ds_list_create() // hier kommen die bereits erratenen rein

 

 

 

Alarm Event for alarm 1:

execute code:

 

// verloren

 

 

sleep(500);

ds_list_destroy(erlist);

game_restart()

 

 

Alarm Event for alarm 2:

execute code:

 

// gewonnen

 

 

sleep(1000);

ds_list_destroy(erlist);

game_end ();

 

 

Draw Event:

execute code:

 

draw_sprite(sprite_index,image_single,200,50)

 

for (i=1; i<=string_length(loes); i+=1)

{

if ds_list_find_index(erlist,string_copy (loes,i,1))>-1 // erraten?

draw_text( 180+i*16,200, string_char_at( loes,i))

 

else draw_line ( 180+i*16,210,190+i*16,210)

}

 

Key Press Event for <any key> Key:

execute code:

 

a= keyboard_lastchar // gerdückte taste

 

b= string_count (a,loes) // Anzahl der Treffer im Lösungswort

 

if (B)

{

if ds_list_find_index(erlist,a) =-1 // wenn nicht schon erraten

repeat (B) ds_list_add(erlist,a) // hinzufügen

}

else

image_single+=1 // der tod kommt näher

 

if ds_list_size(erlist) = string_length(loes) // gewonnen

alarm [2]=1

 

if image_single=9 // verloren

alarm[1]=1

A to, to co niby jest

......

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...