Konu: su sesi
Tekil Mesaj gösterimi
Alt 24/04/07, 00:59   #1
gokhanaygun
Tuğgeneral
 
gokhanaygun - ait Kullanıcı Resmi (Avatar)
 
Üyelik tarihi: Apr 2007
Bulunduğu yer: VAN
Yaş: 38
Mesajlar: 924
Tecrübe Puanı: 27 gokhanaygun is a splendid one to behold gokhanaygun is a splendid one to behold gokhanaygun is a splendid one to behold gokhanaygun is a splendid one to behold gokhanaygun is a splendid one to behold gokhanaygun is a splendid one to behold gokhanaygun is a splendid one to behold
Standart su sesi

uses crt;
var
x,i:integer;
begin
randomize;
clrscr;
repeat
i:=i+1;
textcolor(lightgreen);write('II000III000IO');
x:=random(5422);
sound(x);
delay(6);
until keypressed;
nosound;
readln;
end.
gokhanaygun isimli Üye şimdilik offline konumundadır   Alıntı ile Cevapla
Konu Sayısı: 187