<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : Arka Plan Hareket</title>
  <link>https://www.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Arka Plan Hareket]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 23:59:01 +0000</pubDate>
  <lastBuildDate>Mon, 07 Aug 2023 15:57:32 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.clomosy.com.tr/RSS_post_feed.asp?TID=548</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://www.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://www.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[Arka Plan Hareket : Bu umar&#305;m i&#351;inizi g&#246;r&#252;r: Var...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=679#679</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=133">Alforce</a><br /><strong>Konu:</strong> 548<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2023 Saat 15:57<br /><br />Bu umarım işinizi görür:<div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>Var</div><div>&nbsp; MyForm:TclGameForm;</div><div>&nbsp; rightbutton, leftbutton : TClProButton;</div><div>&nbsp; testImg,engel1img,engelimg,engel2img: TClProImage;</div><div>&nbsp; GameTimer,Timer,GameTimer1,GameTimer2,GameTimer3:TClTimer;</div><div>&nbsp; b: Boolean;</div><div><br></div><div>Procedure Proc4OnGameTimer;</div><div>Const&nbsp;</div><div>&nbsp; engel2imgSpeed = -10;</div><div>begin</div><div>&nbsp; engel2img.Align:= alNone;&nbsp;</div><div>&nbsp; engel2img.Top := engel2img.Top - engel2imgSpeed;//Move up</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (engel2img.Left + engel2img.Width) &gt; TForm(MyForm).ClientWidth then&nbsp; // Form Right border control</div><div>&nbsp; &nbsp; engel2img.Left := TForm(MyForm).ClientWidth - engel2img.Width;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (engel2img.Left) &lt; 0 then // Left border control</div><div>&nbsp; &nbsp; engel2img.Left := 0;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (engel2img.Top + engel2img.Height) &gt; TForm(MyForm).ClientHeight then&nbsp; // Form Bottom border control</div><div>&nbsp; begin</div><div>&nbsp; &nbsp; engel2img.Top := TForm(MyForm).ClientHeight - engel2img.Height;</div><div>&nbsp; &nbsp; engel2img.Top := 0;</div><div>&nbsp; &nbsp; engel2img.Left:= clMath.generateRandom(150,250);</div><div>&nbsp; end;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if engel2img then</div><div>&nbsp; &nbsp; GameTimer.Enabled:= True;</div><div>end;</div><div><br></div><div>Procedure Proc2OnGameTimer;</div><div>Const&nbsp;</div><div>&nbsp; engel1imgSpeed= -10;</div><div>begin</div><div>&nbsp; engel1img.Align := alNone;&nbsp;</div><div>&nbsp; engel1img.Top := engel1img.Top - engel1imgSpeed;//Move up</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (engel1img.Left + engel1img.Width) &gt; TForm(MyForm).ClientWidth then&nbsp; // Form Right border control</div><div>&nbsp; &nbsp; engel1img.Left := TForm(MyForm).ClientWidth - engel1img.Width;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (engel1img.Left) &lt; 0 then // Left border control</div><div>&nbsp; &nbsp; engel1img.Left := 0;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; if (engel1img.Top + engel1img.Height) &gt; TForm(MyForm).ClientHeight then&nbsp; // Form Bottom border control</div><div>&nbsp; begin</div><div>&nbsp; &nbsp; engel1img.Top := TForm(MyForm).ClientHeight - engel1img.Height;</div><div>&nbsp; &nbsp; engel1img.Top := 0;</div><div>&nbsp; &nbsp; engel1img.Left:= clMath.generateRandom(50,150);</div><div>&nbsp; end;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if engel1img then</div><div>&nbsp; &nbsp; GameTimer.Enabled:= True;</div><div>end;</div><div><br></div><div>Procedure Proc3OnGameTimer;</div><div>Const&nbsp;</div><div>&nbsp; engelimgSpeed = -10;</div><div>begin</div><div>&nbsp; engelimg.Align := alNone;&nbsp;</div><div>&nbsp; engelimg.Top := engelimg.Top - engelimgSpeed;//Move up</div><div><br></div><div>&nbsp; if (engelimg.Left + engelimg.Width) &gt; TForm(MyForm).ClientWidth then&nbsp; // Form Right border control</div><div>&nbsp; &nbsp; engelimg.Left := TForm(MyForm).ClientWidth - engelimg.Width;</div><div><br></div><div>&nbsp; if (engelimg.Left) &lt; 0 then // Left border control</div><div>&nbsp; &nbsp; engelimg.Left := 0;</div><div><br></div><div>&nbsp; if (engelimg.Top + engelimg.Height) &gt; TForm(MyForm).ClientHeight then&nbsp; // Form Bottom border control</div><div>&nbsp; begin</div><div>&nbsp; &nbsp; engelimg.Top := TForm(MyForm).ClientHeight - engelimg.Height;</div><div>&nbsp; &nbsp; engelimg.Top := 0;</div><div>&nbsp; &nbsp; engelimg.Left:= clMath.generateRandom(0,100);</div><div>&nbsp; end;</div><div><br></div><div>&nbsp; if engelimg then</div><div>&nbsp; &nbsp; GameTimer.Enabled:= True;</div><div>end;</div><div><br></div><div>procedure SetImage3;</div><div>begin</div><div>&nbsp; engel2img := MyForm.AddNewProImage(MyForm,'engel2img');</div><div>&nbsp; clComponent.SetupComponent(engel2img,'{"Width":75, "Height":150, "Align":"None",</div><div>&nbsp; "ImgUrl":"https://i.hizliresim.com/io5ymz8.png", "Left": 60, "Top": 0}');</div><div>end;</div><div><br></div><div>procedure SetImage2;</div><div>begin</div><div>&nbsp; engel1img := MyForm.AddNewProImage(MyForm,'engel1img');</div><div>&nbsp; clComponent.SetupComponent(engel1img,'{"Width":75, "Height":150, "Align":"None",</div><div>&nbsp; "ImgUrl":"https://i.hizliresim.com/p1uujvb.png", "Left": 0, "Top": 30}');</div><div>end;</div><div><br></div><div>procedure SetImage1;</div><div>begin</div><div>&nbsp; engelimg:= MyForm.AddNewProImage(MyForm,'engelimg');</div><div>&nbsp; clComponent.SetupComponent(engelimg,'{"Width":75, "Height":150, "Align":"None",</div><div>&nbsp; "ImgUrl":"https://i.hizliresim.com/rr72hin.png", "Left": 30, "Top": 10}');</div><div>end;</div><div><br></div><div>Function Max(in1,in2: Integer): Integer; begin</div><div><br></div><div>&nbsp; if in1 &gt;= in2 then</div><div>&nbsp; &nbsp; Result:= in1</div><div>&nbsp; else</div><div>&nbsp; &nbsp; Result:= in2;</div><div>End;</div><div><br></div><div>Function Min(in1,in2: Integer): Integer; begin</div><div><br></div><div>&nbsp; if in1 &lt;= in2 then</div><div>&nbsp; &nbsp; Result:= in1</div><div>&nbsp; else</div><div>&nbsp; &nbsp; Result:= in2;</div><div>End;</div><div><br></div><div>// Change background</div><div>Procedure Proc1OnGameTimer; begin</div><div><br></div><div>&nbsp; if b then</div><div>&nbsp; &nbsp; MyForm.SetFormBGImage('c4gxsvt.png')</div><div>&nbsp; else</div><div>&nbsp; &nbsp; MyForm.SetFormBGImage('anhjtzn.png');</div><div>&nbsp;&nbsp;</div><div>&nbsp; b:= not b;</div><div>End;</div><div><br></div><div>Procedure ProcOnGameTimer;</div><div>Const&nbsp;</div><div>&nbsp; testImgSpeed = 0;</div><div>Var</div><div>&nbsp; intersect_area,intersect_x1, intersect_y1, intersect_x2, intersect_y2: Integer;</div><div>&nbsp; b: Boolean;</div><div>begin</div><div>&nbsp; testImg.Top := testImg.Top - testImgSpeed;//Move up</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (testImg.Left + testImg.Width) &gt; TForm(MyForm).ClientWidth then&nbsp; // Form Right border control</div><div>&nbsp; &nbsp; testImg.Left := TForm(MyForm).ClientWidth - testImg.Width;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (testImg.Left) &lt; 0 then // Left border control</div><div>&nbsp; &nbsp; testImg.Left := 0;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (testImg.Top + testImg.Height) &gt; TForm(MyForm).ClientHeight then&nbsp; // Form Bottom border control</div><div>&nbsp; &nbsp; testImg.Top := TForm(MyForm).ClientHeight - testImg.Height;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if testImg then</div><div>&nbsp; GameTimer.Enabled := True;</div><div>&nbsp;&nbsp;</div><div>&nbsp; b:= False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; {Engel}</div><div>&nbsp; intersect_x1:= max(testImg.Left, engelimg.Left);</div><div>&nbsp; intersect_y1:= max(testImg.Top, engelimg.Top);</div><div>&nbsp; intersect_x2:= min(testImg.Left+testImg.Width, engelimg.Left+engelimg.Width);</div><div>&nbsp; intersect_y2:= min(testImg.Top+testImg.Height, engelimg.Top+engelimg.Height);</div><div>&nbsp; intersect_area:= (intersect_x2 - intersect_x1) * (intersect_y2 - intersect_y1);</div><div>&nbsp;&nbsp;</div><div>&nbsp; b:= b or (intersect_area &gt; 0) and (testImg.Top &lt; engelimg.Top+engelimg.Height);</div><div>&nbsp; {/Engel}</div><div>&nbsp;&nbsp;</div><div>&nbsp; {Engel1}</div><div>&nbsp; intersect_x1:= max(testImg.Left, engel1img.Left);</div><div>&nbsp; intersect_y1:= max(testImg.Top, engel1img.Top);</div><div>&nbsp; intersect_x2:= min(testImg.Left+testImg.Width, engel1img.Left+engel1img.Width);</div><div>&nbsp; intersect_y2:= min(testImg.Top+testImg.Height, engel1img.Top+engel1img.Height);</div><div>&nbsp; intersect_area:= (intersect_x2 - intersect_x1) * (intersect_y2 - intersect_y1);</div><div>&nbsp;&nbsp;</div><div>&nbsp; b:= b or (intersect_area &gt; 0) and (testImg.Top &lt; engel1img.Top+engel1img.Height);</div><div>&nbsp; {/Engel1}</div><div>&nbsp;&nbsp;</div><div>&nbsp; {Engel2}</div><div>&nbsp; intersect_x1:= max(testImg.Left, engel2img.Left);</div><div>&nbsp; intersect_y1:= max(testImg.Top, engel2img.Top);</div><div>&nbsp; intersect_x2:= min(testImg.Left+testImg.Width, engel2img.Left+engel2img.Width);</div><div>&nbsp; intersect_y2:= min(testImg.Top+testImg.Height, engel2img.Top+engel2img.Height);</div><div>&nbsp; intersect_area:= (intersect_x2 - intersect_x1) * (intersect_y2 - intersect_y1);</div><div>&nbsp;&nbsp;</div><div>&nbsp; b:= b or (intersect_area &gt; 0) and (testImg.Top &lt; engel2img.Top+engel2img.Height);</div><div>&nbsp; {/Engel2}</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if b then</div><div>&nbsp; Begin</div><div>&nbsp; &nbsp; ShowMessage('Engele dokanıldı');</div><div>&nbsp; &nbsp; engelimg.Top:= 1;</div><div>&nbsp; &nbsp; engel1img.Top:= 1;</div><div>&nbsp; &nbsp; engel2img.Top:= 1;</div><div>&nbsp; End;</div><div>end;&nbsp;</div><div><br></div><div>procedure rightbuttonOnClick;</div><div>Begin</div><div>&nbsp; testImg.Align := alNone;</div><div>&nbsp; testImg.Left:= testImg.Left +25;</div><div>end;</div><div>&nbsp;</div><div>procedure leftbuttonOnClick;</div><div>Begin</div><div>&nbsp; testImg.Align := alNone;</div><div>&nbsp; testImg.Left:= testImg.Left -25;</div><div>end;</div><div><br></div><div>procedure SetImage;</div><div>begin</div><div>&nbsp; testImg := MyForm.AddNewProImage(MyForm,'testImg');</div><div>&nbsp; clComponent.SetupComponent(testImg,'{"MarginBottom":-450,"Width" :75, "Height":150,</div><div>&nbsp;"ImgUrl":"https://1.bp.blogspot.com/-eLqVU9iD9EM/WsoJrp3VRaI/AAAAAAAABjo/QH1WGuxqG1Y24swMOrKAZUZzSl8ScXXWgCLcBGAs/s1600/araba.png", "ImgFit":"yes"}');</div><div>end;</div><div><br></div><div>begin</div><div>&nbsp; b:= False;</div><div>&nbsp; MyForm := TclGameForm.Create(Self);</div><div>&nbsp; MyForm.AddGameAssetFromUrl('https://i.hizliresim.com/c4gxsvt.png');</div><div>&nbsp; MyForm.AddGameAssetFromUrl('https://i.hizliresim.com/anhjtzn.png');</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; rightbutton := MyForm.AddNewProButton(MyForm,'rightbutton','');</div><div>&nbsp; clComponent.SetupComponent(rightbutton,'{"caption":" ", "MarginBottom":-700, "Width" :200,"MarginLeft":275,&nbsp;</div><div>&nbsp; "Height":70,"RoundHeight":2,</div><div>&nbsp; "RoundWidth":2}');</div><div>&nbsp; MyForm.SetImage(rightbutton,'https://i.hizliresim.com/rctnzmd.png');&nbsp;</div><div>&nbsp; MyForm.AddNewEvent(rightbutton,tbeOnClick,'rightbuttonOnClick');</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; leftbutton := MyForm.AddNewProButton(MyForm,'leftbutton','');</div><div>&nbsp; clComponent.SetupComponent(leftbutton,'{"caption":" ",&nbsp; "MarginBottom":-700,&nbsp; "Width" :200,"MarginRight":300,&nbsp;</div><div>&nbsp; "Height":70,"RoundHeight":2,</div><div>&nbsp; "RoundWidth":2}');</div><div>&nbsp; MyForm.SetImage(leftbutton,'https://i.hizliresim.com/t73pt83.png');&nbsp;</div><div>&nbsp; MyForm.AddNewEvent(leftbutton,tbeOnClick,'leftbuttonOnClick');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Timer:= MyForm.AddNewTimer(MyForm,'timer',100);</div><div>&nbsp; Timer.Enabled:= True;&nbsp;&nbsp;</div><div>&nbsp; MyForm.AddNewEvent(Timer,tbeOnTimer,'Proc1OnGameTimer');</div><div>&nbsp;&nbsp;</div><div>&nbsp; GameTimer:= MyForm.AddNewTimer(MyForm,'GameTimer',1000);</div><div>&nbsp; GameTimer.Interval := 100;</div><div>&nbsp; GameTimer.Enabled := True;</div><div>&nbsp; MyForm.AddNewEvent(GameTimer,tbeOnTimer,'ProcOnGameTimer');</div><div>&nbsp;&nbsp;</div><div>&nbsp; GameTimer2:= MyForm.AddNewTimer(MyForm,'GameTimer2',1000);</div><div>&nbsp; GameTimer2.Interval := 100;</div><div>&nbsp; GameTimer2.Enabled := True;</div><div>&nbsp; MyForm.AddNewEvent(GameTimer2,tbeOnTimer,'Proc2OnGameTimer');</div><div>&nbsp;&nbsp;</div><div>&nbsp; GameTimer1:= MyForm.AddNewTimer(MyForm,'GameTimer1',1000);</div><div>&nbsp; GameTimer1.Interval := 100;</div><div>&nbsp; GameTimer1.Enabled := True;</div><div>&nbsp; MyForm.AddNewEvent(GameTimer1,tbeOnTimer,'Proc3OnGameTimer');</div><div>&nbsp;&nbsp;</div><div>&nbsp; GameTimer3:= MyForm.AddNewTimer(MyForm,'GameTimer3',1000);</div><div>&nbsp; GameTimer3.Interval := 100;</div><div>&nbsp; GameTimer3.Enabled := True;</div><div>&nbsp; MyForm.AddNewEvent(GameTimer3,tbeOnTimer,'Proc4OnGameTimer');</div><div><br></div><div>&nbsp; SetImage3;</div><div>&nbsp; SetImage2;</div><div>&nbsp; SetImage1;</div><div>&nbsp; SetImage;</div><div>&nbsp; MyForm.Run;</div><div>end;</div></div><div></pre></td></tr></table></div>]]>
   </description>
   <pubDate>Mon, 07 Aug 2023 15:57:32 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=679#679</guid>
  </item> 
  <item>
   <title><![CDATA[Arka Plan Hareket : varMyForm:TclGameForm;rightbutton,...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=676#676</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=119">ibrahimethem</a><br /><strong>Konu:</strong> 548<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2023 Saat 13:33<br /><br /><span style=": rgb251, 251, 253;">var</span><div style=": rgb251, 251, 253;">MyForm:TclGameForm;</div><div style=": rgb251, 251, 253;">rightbutton, leftbutton : TClProButton;</div><div style=": rgb251, 251, 253;">testImg,engel1img,engelimg,engel2img: TClProImage;</div><div style=": rgb251, 251, 253;">GameTimer,Timer,GameTimer1,GameTimer2,GameTimer3:TClTimer;</div><div style=": rgb251, 251, 253;">&nbsp;b: Boolean;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; Procedure Proc4OnGameTimer;</div><div style=": rgb251, 251, 253;">&nbsp; Const&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; engel2imgSpeed= -10;</div><div style=": rgb251, 251, 253;">&nbsp; begin</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; engel2img.Align := alNone;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;engel2img.Position.Y := engel2img.Position.Y - engel2imgSpeed;//Move up</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (engel2img.Position.X + engel2img.Width) &gt; TForm(MyForm).ClientWidth then&nbsp; // Form Right border control</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engel2img.Position.X := TForm(MyForm).ClientWidth - engel2img.Width;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (engel2img.Position.X) &lt; 0 then // Left border control</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engel2img.Position.X := 0;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (engel2img.Position.Y + engel2img.Height) &gt; TForm(MyForm).ClientHeight then&nbsp; // Form Bottom border control</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; begin</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engel2img.Position.Y := TForm(MyForm).ClientHeight - engel2img.Height;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engel2img.Position.Y := 0;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engel2img.Position.X:= clMath.generateRandom(150,250);</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; end;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; if engel2img then</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; GameTimer.Enabled := True;</div><div style=": rgb251, 251, 253;">&nbsp;end;</div><div style=": rgb251, 251, 253;">&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp;Procedure Proc2OnGameTimer;</div><div style=": rgb251, 251, 253;">&nbsp; Const&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; engel1imgSpeed= -10;</div><div style=": rgb251, 251, 253;">&nbsp; begin</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; engel1img.Align := alNone;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;engel1img.Position.Y := engel1img.Position.Y - engel1imgSpeed;//Move up</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (engel1img.Position.X + engel1img.Width) &gt; TForm(MyForm).ClientWidth then&nbsp; // Form Right border control</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engel1img.Position.X := TForm(MyForm).ClientWidth - engel1img.Width;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (engel1img.Position.X) &lt; 0 then // Left border control</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engel1img.Position.X := 0;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (engel1img.Position.Y + engel1img.Height) &gt; TForm(MyForm).ClientHeight then&nbsp; // Form Bottom border control</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; begin</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engel1img.Position.Y := TForm(MyForm).ClientHeight - engel1img.Height;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engel1img.Position.Y := 0;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engel1img.Position.X:= clMath.generateRandom(50,150);</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; end;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; if engel1img then</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; GameTimer.Enabled := True;</div><div style=": rgb251, 251, 253;">&nbsp;end;</div><div style=": rgb251, 251, 253;">&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp;Procedure Proc3OnGameTimer;</div><div style=": rgb251, 251, 253;">&nbsp; Const&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; engelimgSpeed = -10;</div><div style=": rgb251, 251, 253;">&nbsp; begin</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; engelimg.Align := alNone;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; engelimg.Position.Y := engelimg.Position.Y - engelimgSpeed;//Move up</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (engelimg.Position.X + engelimg.Width) &gt; TForm(MyForm).ClientWidth then&nbsp; // Form Right border control</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engelimg.Position.X := TForm(MyForm).ClientWidth - engelimg.Width;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (engelimg.Position.X) &lt; 0 then // Left border control</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engelimg.Position.X := 0;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (engelimg.Position.Y + engelimg.Height) &gt; TForm(MyForm).ClientHeight then&nbsp; // Form Bottom border control</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; begin</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engelimg.Position.Y := TForm(MyForm).ClientHeight - engelimg.Height;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engelimg.Position.Y := 0;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; engelimg.Position.X:= clMath.generateRandom(0,100);</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; end;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if engelimg then</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; GameTimer.Enabled := True;</div><div style=": rgb251, 251, 253;">&nbsp;end;</div><div style=": rgb251, 251, 253;">&nbsp;&nbsp;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; &nbsp;procedure SetImage3;</div><div style=": rgb251, 251, 253;">begin</div><div style=": rgb251, 251, 253;">&nbsp;engel2img := MyForm.AddNewProImage(MyForm,'engel2img');</div><div style=": rgb251, 251, 253;">&nbsp;clComponent.SetupComponent(engel2img,'{"MarginBottom":600,"Width" :150, "MarginLeft":250, "Height":150,"RoundHeight":10,"RoundWidth":10,</div><div style=": rgb251, 251, 253;">&nbsp;"ImgUrl":"https://i.hizliresim.com/io5ymz8.png", "ImgFit":"yes"}');</div><div style=": rgb251, 251, 253;">end;</div><div style=": rgb251, 251, 253;">&nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; procedure SetImage2;</div><div style=": rgb251, 251, 253;">begin</div><div style=": rgb251, 251, 253;">&nbsp;engel1img := MyForm.AddNewProImage(MyForm,'engel1img');</div><div style=": rgb251, 251, 253;">&nbsp;clComponent.SetupComponent(engel1img,'{"MarginBottom":300,"Width" :150, "MarginRight":250, "Height":150,"RoundHeight":10,"RoundWidth":10,</div><div style=": rgb251, 251, 253;">&nbsp;"ImgUrl":"https://i.hizliresim.com/dbtk62n.png", "ImgFit":"yes"}');</div><div style=": rgb251, 251, 253;">end;</div><div style=": rgb251, 251, 253;">&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp;procedure SetImage1;</div><div style=": rgb251, 251, 253;">begin</div><div style=": rgb251, 251, 253;">&nbsp;engelimg := MyForm.AddNewProImage(MyForm,'engelimg');</div><div style=": rgb251, 251, 253;">&nbsp;clComponent.SetupComponent(engelimg,'{"MarginBottom":-50,"Width" :150, "MarginLeft":250, "Height":150,"RoundHeight":10,"RoundWidth":10,</div><div style=": rgb251, 251, 253;">&nbsp;"ImgUrl":"https://i.hizliresim.com/8lnv0rh.png", "ImgFit":"yes"}');</div><div style=": rgb251, 251, 253;">end;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp;Procedure Proc1OnGameTimer;</div><div style=": rgb251, 251, 253;">begin</div><div style=": rgb251, 251, 253;">&nbsp; if b then</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; MyForm.SetFormBGImage('c4gxsvt.png')</div><div style=": rgb251, 251, 253;">&nbsp; else</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; MyForm.SetFormBGImage('anhjtzn.png');</div><div style=": rgb251, 251, 253;">&nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; b:= not b;</div><div style=": rgb251, 251, 253;">End;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; Procedure ProcOnGameTimer;</div><div style=": rgb251, 251, 253;">&nbsp; Const&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; testImgSpeed = 0;</div><div style=": rgb251, 251, 253;">&nbsp; begin</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; testImg.Position.Y := testImg.Position.Y - testImgSpeed;//Move up</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (testImg.Position.X + testImg.Width) &gt; TForm(MyForm).ClientWidth then&nbsp; // Form Right border control</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; testImg.Position.X := TForm(MyForm).ClientWidth - testImg.Width;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (testImg.Position.X) &lt; 0 then // Left border control</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; testImg.Position.X := 0;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (testImg.Position.Y + testImg.Height) &gt; TForm(MyForm).ClientHeight then&nbsp; // Form Bottom border control</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; testImg.Position.Y := TForm(MyForm).ClientHeight - testImg.Height;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if testImg then</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; GameTimer.Enabled := True;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; end;&nbsp;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp;procedure rightbuttonOnClick;</div><div style=": rgb251, 251, 253;">&nbsp;begin&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; testImg.Align := alNone;</div><div style=": rgb251, 251, 253;">&nbsp; testImg.Position.X&nbsp; :=&nbsp; testImg.Position.X + 25;</div><div style=": rgb251, 251, 253;">&nbsp;end;</div><div style=": rgb251, 251, 253;">&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp;procedure leftbuttonOnClick;</div><div style=": rgb251, 251, 253;">&nbsp;begin</div><div style=": rgb251, 251, 253;">&nbsp; testImg.Align := alNone;</div><div style=": rgb251, 251, 253;">&nbsp; testImg.Position.X&nbsp; :=&nbsp; testImg.Position.X - 25;</div><div style=": rgb251, 251, 253;">&nbsp;end;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">procedure SetImage;</div><div style=": rgb251, 251, 253;">begin</div><div style=": rgb251, 251, 253;">&nbsp;testImg := MyForm.AddNewProImage(MyForm,'testImg');</div><div style=": rgb251, 251, 253;">&nbsp;clComponent.SetupComponent(testImg,'{"MarginBottom":-450,"Width" :150, "Height":150,"RoundHeight":10,"RoundWidth":10,</div><div style=": rgb251, 251, 253;">&nbsp;"ImgUrl":"https://1.bp.blogspot.com/-eLqVU9iD9EM/WsoJrp3VRaI/AAAAAAAABjo/QH1WGuxqG1Y24swMOrKAZUZzSl8ScXXWgCLcBGAs/s1600/araba.png", "ImgFit":"yes"}');</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">end;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">begin</div><div style=": rgb251, 251, 253;">&nbsp;b:= False;</div><div style=": rgb251, 251, 253;">MyForm := TclGameForm.Create(Self);</div><div style=": rgb251, 251, 253;">MyForm.AddGameAssetFromUrl('https://i.hizliresim.com/c4gxsvt.png');</div><div style=": rgb251, 251, 253;">MyForm.AddGameAssetFromUrl('https://i.hizliresim.com/anhjtzn.png');</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp;rightbutton := MyForm.AddNewProButton(MyForm,'rightbutton','');</div><div style=": rgb251, 251, 253;">&nbsp;clComponent.SetupComponent(rightbutton,'{"caption":" ", "MarginBottom":-700, "Width" :200,"MarginLeft":275,&nbsp;</div><div style=": rgb251, 251, 253;">"Height":70,"RoundHeight":2,</div><div style=": rgb251, 251, 253;">&nbsp;"RoundWidth":2}');</div><div style=": rgb251, 251, 253;">&nbsp;MyForm.SetImage(rightbutton,'https://i.hizliresim.com/rctnzmd.png');&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp;MyForm.AddNewEvent(rightbutton,tbeOnClick,'rightbuttonOnClick');</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">leftbutton := MyForm.AddNewProButton(MyForm,'leftbutton','');</div><div style=": rgb251, 251, 253;">&nbsp;clComponent.SetupComponent(leftbutton,'{"caption":" ",&nbsp; "MarginBottom":-700,&nbsp; "Width" :200,"MarginRight":300,&nbsp;</div><div style=": rgb251, 251, 253;">"Height":70,"RoundHeight":2,</div><div style=": rgb251, 251, 253;">&nbsp;"RoundWidth":2}');</div><div style=": rgb251, 251, 253;">&nbsp;MyForm.SetImage(leftbutton,'https://i.hizliresim.com/t73pt83.png');&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp;MyForm.AddNewEvent(leftbutton,tbeOnClick,'leftbuttonOnClick');</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">Timer:= MyForm.AddNewTimer(MyForm,'timer',100);</div><div style=": rgb251, 251, 253;">Timer.Enabled:= True;&nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">MyForm.AddNewEvent(Timer,tbeOnTimer,'Proc1OnGameTimer');</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp;GameTimer:= MyForm.AddNewTimer(MyForm,'GameTimer',1000);</div><div style=": rgb251, 251, 253;">&nbsp;GameTimer.Interval := 100;</div><div style=": rgb251, 251, 253;">&nbsp;GameTimer.Enabled := True;</div><div style=": rgb251, 251, 253;">&nbsp;MyForm.AddNewEvent(GameTimer,tbeOnTimer,'ProcOnGameTimer');</div><div style=": rgb251, 251, 253;">&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp;GameTimer2:= MyForm.AddNewTimer(MyForm,'GameTimer2',1000);</div><div style=": rgb251, 251, 253;">&nbsp; GameTimer2.Interval := 100;</div><div style=": rgb251, 251, 253;">&nbsp; GameTimer2.Enabled := True;</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(GameTimer2,tbeOnTimer,'Proc2OnGameTimer');</div><div style=": rgb251, 251, 253;">&nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; GameTimer1:= MyForm.AddNewTimer(MyForm,'GameTimer1',1000);</div><div style=": rgb251, 251, 253;">&nbsp; GameTimer1.Interval := 100;</div><div style=": rgb251, 251, 253;">&nbsp; GameTimer1.Enabled := True;</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(GameTimer1,tbeOnTimer,'Proc3OnGameTimer');</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; GameTimer3:= MyForm.AddNewTimer(MyForm,'GameTimer3',1000);</div><div style=": rgb251, 251, 253;">&nbsp; GameTimer3.Interval := 100;</div><div style=": rgb251, 251, 253;">&nbsp; GameTimer3.Enabled := True;</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(GameTimer3,tbeOnTimer,'Proc4OnGameTimer');</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">SetImage3;</div><div style=": rgb251, 251, 253;">SetImage2;</div><div style=": rgb251, 251, 253;">SetImage1;</div><div style=": rgb251, 251, 253;">SetImage;</div><div style=": rgb251, 251, 253;">MyForm.Run;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">end;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">Kodum şu şekilde attığınız kodu engelin içinde de denedim ayrı olarak ana arabam olan (testimg) içinde de denedim oyun ekranı açılmasına rağmen kod devreye girmiyor. Ayrı bir yere yapıştırdığımda ise direkt olarak hata alıyorum sebebi nedir sizce ?</div>]]>
   </description>
   <pubDate>Mon, 07 Aug 2023 13:33:14 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=676#676</guid>
  </item> 
  <item>
   <title><![CDATA[Arka Plan Hareket : &#304;kisinin alan&#305;n&#305; k&#305;yaslayabilirsiniz.&#214;rnek...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=671#671</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=133">Alforce</a><br /><strong>Konu:</strong> 548<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2023 Saat 11:26<br /><br />İkisinin alanını kıyaslayabilirsiniz.<div><br></div><div>Örnek bir kod:</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div>if</div><div>&nbsp; (Araba.Top &lt;= Engel.Top+Engel.Height) or</div><div>&nbsp; (Araba.Top+Araba.Height &gt;= Engel.Top) or</div><div>&nbsp; (Araba.Left &lt;= Engel.Left+Engel.Width) or</div><div>&nbsp; (Araba.Left+Araba.Width &gt;= Engel.Left)</div><div>then</div><div>Begin</div><div>&nbsp; // Engele dokanıldı</div><div>End;</div><div></pre></td></tr></table></div><div>Bu, iki nesnenin kesişip kesişmediğini hesaplar.</div><div>Bunu bütün engeller için doğrulayın.</div>]]>
   </description>
   <pubDate>Mon, 07 Aug 2023 11:26:35 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=671#671</guid>
  </item> 
  <item>
   <title><![CDATA[Arka Plan Hareket : Yol arka planda kayd&#305;&#287;&#305; ve engellerimin...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=669#669</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=119">ibrahimethem</a><br /><strong>Konu:</strong> 548<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2023 Saat 09:47<br /><br />Yol arka planda kaydığı ve engellerimin de random olarak geldiği için engelleri konumlandıramıyorum bu yüzden aracıma vurduğu zaman algılamıyor bunun algılaması için ne yapabilirim ?]]>
   </description>
   <pubDate>Mon, 07 Aug 2023 09:47:22 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=669#669</guid>
  </item> 
  <item>
   <title><![CDATA[Arka Plan Hareket :   ibrahimethem Yazd&#305;:Y eksenine...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=667#667</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=133">Alforce</a><br /><strong>Konu:</strong> 548<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2023 Saat 09:13<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Orjinalini yazan: ibrahimethem" alt="Orjinalini yazan: ibrahimethem" style="vertical-align: text-bottom;" /> <strong>ibrahimethem Yazdı:</strong><br /><br />Y eksenine eksi koymama rağmen eksende aşağı doğru kaymıyor</td></tr></table><div>Aşşağı doğu kaymak yerine ne yaptığını anlatırsanız sorununuz daha kolay anlaşılır.</div><div><br></div><div>Bir timerın OnTimer olayına bunu koymak nasıl çalışır?:</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div>Nesne.Top:= Nesne.Top+10;</div><div></pre></td></tr></table></div><div>Bunun nesneyi aşşağı doğru hareket etmesi gerekir.</div><div><br></div><div><br></div><div>Yada belki nesne bir yere bağlı olabilir, bu durumda bu kod onu serbest bırakır:</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div>Nesne.Align:= alNone;</div><div></pre></td></tr></table></div>]]>
   </description>
   <pubDate>Mon, 07 Aug 2023 09:13:41 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=667#667</guid>
  </item> 
  <item>
   <title><![CDATA[Arka Plan Hareket : &#350;uan arka plan haraketlinde bir...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=666#666</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=119">ibrahimethem</a><br /><strong>Konu:</strong> 548<br /><strong>Gönderim Zamanı:</strong> 04&nbsp;Ağustos&nbsp;2023 Saat 14:40<br /><br />Şuan arka plan haraketlinde bir sorun olmuyor ama engelleri Y eksenine eksi koymama rağmen eksende aşağı doğru kaymıyor bunun için ne yapabilirim ?]]>
   </description>
   <pubDate>Fri, 04 Aug 2023 14:40:52 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=666#666</guid>
  </item> 
  <item>
   <title><![CDATA[Arka Plan Hareket : Burda. ]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=656#656</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=133">Alforce</a><br /><strong>Konu:</strong> 548<br /><strong>Gönderim Zamanı:</strong> 04&nbsp;Ağustos&nbsp;2023 Saat 10:12<br /><br /><a href="https://forum.clomosy.com.tr/arka-plan-hareket_topic546_post655.html#655" target="_blank" rel="nofollow">Burda</a>.]]>
   </description>
   <pubDate>Fri, 04 Aug 2023 10:12:27 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=656#656</guid>
  </item> 
  <item>
   <title><![CDATA[Arka Plan Hareket : Arka plan&#305;n hareketi i&#231;in animasyon...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=654#654</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=119">ibrahimethem</a><br /><strong>Konu:</strong> 548<br /><strong>Gönderim Zamanı:</strong> 04&nbsp;Ağustos&nbsp;2023 Saat 09:44<br /><br />Arka planın hareketi için animasyon kullanmamı söylemiştiniz ama animasyon ile yapamadım daha farklı bir yöntem var&nbsp; mı ?]]>
   </description>
   <pubDate>Fri, 04 Aug 2023 09:44:47 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=548&amp;PID=654#654</guid>
  </item> 
 </channel>
</rss>