1 2 3 4 5 6 7 8 9 10 11 12 13
|
Draw(128,299,209)
RandomAnimation(20, -1, -1, -1, cibulky.txt)
RandomAnimation(20, -1, -1, -1, 01d.txt)
RandomAnimation(20, -1, -1, -1, 01da.txt)
RandomAnimation(20, -1, -1, -1, ber.txt)
RandomAnimation(20, -1, -1, -1, noha.txt)
RandomAnimation(2, 0, 1, 2, mrak1.txt)
RandomAnimation(2, 2, -1, -1, mrak2.txt)
SetRect(299, 281, 743, 731
CreateButton(-1, 281, ##menu_child_easy, EASY)
CreateButton(-1, 361, ##menu_child_normal, NORMAL)
CreateButton(-1, 441, ##menu_child_hard, HARD)
CreateButton(-1, 521, ##button_cancel, CANCEL)
|