Oyun Hileleri, silkroad online, Knight online, Oyun yapımı, PokemonCreator,fifa 2008,Travian online,Oyun download,

Tam Versiyon: Game Maker 5.3 - 6.0 - 6.1 - 7.0 Download
Şu anda tam olmayan bir veriyonu görüntülüyorsunuz. Tam versiyonu görmek için, buraya tıklayın
kardeş bu çok uzun anlatması sen e-kitap a falan bak ;)
<-Yasak- type="text/javascript"><!--
/*
______________________________________________________

*/
text = "*** Ellerine Sağlık ***"; // The text to scroll
color1 = "blue"; // original text color
color2 = "red"; // new character color
fontsize = "8"; // font size of text
speed = 100; // how fast to rotate to next character
// time is in milliseconds, (i.e. 1000 = 1 second)

i = 0;
if (navigator.appName == "Netscape") {
document.write("<layer id=a visibility=show></layer><br><br><br>");
}
else {
document.write("<div id=a></div>");
}
function changeCharColor() {
if (navigator.appName == "Netscape") {
document.a.document.write("<center><font size -Yasak- + fontsize + "><font color=" + color1 + ">");
for (var j = 0; j < text.length; j++) {
if(j == i) {
document.a.document.write("<font color=" + color2 + ">" + text.charAt(i) + "</font>");
}
else {
document.a.document.write(text.charAt(j));
}
}
document.a.document.write('</font></font></center>');
document.a.document.close();
}
if (navigator.appName == "Microsoft Internet Explorer") {
str = "<center><font size=" + fontsize + "><font color=" + color1 + ">";
for (var j = 0; j < text.length; j++) {
if( j == i) {
str += "<font color=" + color2 + ">" + text.charAt(i) + "</font>";
}
else {
str += text.charAt(j);
}
}
str += "</font></font></center>";
a.innerHTML = str;
}
(i == text.length) ? i=0 : i++; // reset after going through all letters
}
setInterval("changeCharColor()", speed);
//--></-Yasak-><font face="arial, helvetica" size="-2"><a href=""></a></font>
çok güzel bi program
oyun yapmak kolay bi iş değildir crysis adlı türk oyunun yapımında benim de payım var çok mutluyum böyle basit programlarla zor boşuna uğraşmayın derim ben
paylaşım için tşkler
yha game maker 6.1 de kod yazıyorsun 7.0 da da kodsuz direk oyun kuruosun ve daha ii
çok saol
Sayfa: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Referans URL