<?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 : gizleme mekaniği</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : gizleme mekaniği]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 17:34:32 +0000</pubDate>
  <lastBuildDate>Mon, 04 May 2026 13:50:38 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1462</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[gizleme mekaniği : kodumda food1 food2 ve food3 resimlerini...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1462&amp;PID=3332#3332</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=417">osman efe atik</a><br /><strong>Konu:</strong> 1462<br /><strong>Gönderim Zamanı:</strong> 04&nbsp;Mayıs&nbsp;2026 Saat 13:50<br /><br />kodumda food1 food2 ve food3 resimlerini hepsi visible olduğunda cikis ımagenin visiblenin kapanması yani görünür olmasını istiyorum ama sadece food3 visible olduğunda cikis ımage görünür oluyo<div><br></div><div><br><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous"><div><br></div><div><div>var</div><div>MyForm : TclForm;</div><div>Yukari : TClProButton;</div><div>Asagi : TClProButton;</div><div>Sag : TClProButton;</div><div>Sol : TClProButton;</div><div>Player : TClProImage;</div><div>Food1 , Food2 , Food3 , Cikis : TClProImage;</div><div>GameTimer : TClTimer;</div><div>x1 , x2 , x3 , y1 , y2 , y3 : Integer</div><div><br></div><div>void GoUp;</div><div>{</div><div>&nbsp; &nbsp;Player.Position.Y = Player.Position.Y - 50;</div><div>&nbsp; &nbsp; if (MyForm.clIsIntersectsWith(Player, Food1))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food1.Visible = False;</div><div>&nbsp; &nbsp;}&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Food2))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food2.Visible = False;</div><div>&nbsp; &nbsp;}</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Food3))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food3.Visible = False;</div><div>&nbsp; &nbsp;}&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; if (Food1.Visible == False &amp;&amp; Food2.Visible == False &amp;&amp; Food3.Visible == False)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Cikis.Visible = True</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Cikis))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Clomosy.RunUnit('rununite')</div><div>&nbsp; &nbsp;}</div><div>}</div><div><br></div><div>void GoRight;</div><div>{</div><div>&nbsp; &nbsp;Player.Position.X = Player.Position.X + 50;</div><div>&nbsp; &nbsp; if (MyForm.clIsIntersectsWith(Player, Food1))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food1.Visible = False;</div><div>&nbsp; &nbsp;}&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Food2))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food2.Visible = False;</div><div>&nbsp; &nbsp;}</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Food3))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food3.Visible = False;</div><div>&nbsp; &nbsp;}&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; if (Food1.Visible == False &amp;&amp; Food2.Visible == False &amp;&amp; Food3.Visible == False)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Cikis.Visible = True</div><div>&nbsp; &nbsp; }&nbsp;&nbsp;</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Cikis))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Clomosy.RunUnit('rununite')</div><div>&nbsp; &nbsp;}</div><div>}</div><div><br></div><div>void GoLeft;</div><div>{</div><div>&nbsp; &nbsp;Player.Position.X = Player.Position.X - 50;</div><div>&nbsp; &nbsp; if (MyForm.clIsIntersectsWith(Player, Food1))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food1.Visible = False;</div><div>&nbsp; &nbsp;}&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Food2))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food2.Visible = False;</div><div>&nbsp; &nbsp;}</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Food3))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food3.Visible = False;</div><div>&nbsp; &nbsp;}&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; if (Food1.Visible == False &amp;&amp; Food2.Visible == False &amp;&amp; Food3.Visible == False)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Cikis.Visible = True</div><div>&nbsp; &nbsp; }&nbsp;</div><div>&nbsp; &nbsp; if (MyForm.clIsIntersectsWith(Player, Cikis))</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Clomosy.RunUnit('rununite')</div><div>&nbsp; &nbsp; }</div><div>}</div><div><br></div><div>void GoDown;</div><div>{</div><div>&nbsp; &nbsp;Player.Position.Y = Player.Position.Y + 50;</div><div>&nbsp; &nbsp; if (MyForm.clIsIntersectsWith(Player, Food1))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food1.Visible = False;</div><div>&nbsp; &nbsp;}&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Food2))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food2.Visible = False;</div><div>&nbsp; &nbsp;}</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Food3))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food3.Visible = False;</div><div>&nbsp; &nbsp;}&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; if ((Food1.Visible == False) &amp;&amp; (Food2.Visible == False) &amp;&amp; (Food3.Visible == False))</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Cikis.Visible = True</div><div>&nbsp; &nbsp; }&nbsp;</div><div>&nbsp; &nbsp; if (MyForm.clIsIntersectsWith(Player, Cikis))</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp;Clomosy.RunUnit('rununite')</div><div>&nbsp; &nbsp; }</div><div>}</div><div>/*</div><div>void gizle;</div><div>{</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Food1))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food1.Visible = False;</div><div>&nbsp; &nbsp;}&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Food2))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food2.Visible = False;</div><div>&nbsp; &nbsp;}</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;if (MyForm.clIsIntersectsWith(Player, Food3))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Food3.Visible = False;</div><div>&nbsp; &nbsp;}&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; if (Food1.Visible == False &amp;&amp; Food2.Visible == False &amp;&amp; Food3.Visible == False)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Cikis.Visible = True</div><div>&nbsp; &nbsp; }&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; if (MyForm.clIsIntersectsWith(Player, Cikis))</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; Clomosy.RunUnit('rununite')</div><div>&nbsp; &nbsp;}</div><div>&nbsp;&nbsp;</div><div>}*/</div><div><br></div><div><br></div><div><br></div><div>{</div><div>&nbsp; &nbsp;MyForm = TclForm.Create(Self);</div><div>&nbsp; &nbsp;MyForm.SetFormColor('#2d62cd', 'color2', clGNone);</div><div>&nbsp; &nbsp;MyForm.FormWaiting.Visible = False;</div><div>&nbsp; &nbsp;MyForm.BtnGoBack.Visible = False;</div><div>&nbsp; &nbsp;MyForm.BtnFormMenu.Visible = False;</div><div>&nbsp; &nbsp;MyForm.clSetWindowState(fwsMaximized);</div><div><br></div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;x1 = Round(Random()*28)*50</div><div>&nbsp; &nbsp;x2 = Round(Random()*28)*50</div><div>&nbsp; &nbsp;x3 = Round(Random()*28)*50</div><div>&nbsp; &nbsp;y1 = Round(Random()*12)*50</div><div>&nbsp; &nbsp;y2 = Round(Random()*12)*50</div><div>&nbsp; &nbsp;y3 = Round(Random()*12)*50</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;Player = MyForm.AddNewProImage(MyForm, 'Player');</div><div>&nbsp; &nbsp;Player.clProSettings.PictureSource = '<a href="https://resmim.net/cdn/2026/04/29/CbMBGW.png" target="_blank" rel="nofollow">https://resmim.net/cdn/2026/04/29/CbMBGW.png</a>';</div><div>&nbsp; &nbsp;Player.Height = 100;</div><div>&nbsp; &nbsp;Player.Width = 50;</div><div>&nbsp; &nbsp;Player.Align = alNone;</div><div>&nbsp; &nbsp;Player.Position.X = 50;</div><div>&nbsp; &nbsp;Player.Position.Y = 50;</div><div>&nbsp; &nbsp;Player.SetclProSettings(Player.clProSettings);</div><div><br></div><div>&nbsp; &nbsp;Food1 = MyForm.AddNewProImage(MyForm , 'Food1');</div><div>&nbsp; &nbsp;Food1.clProSettings.PictureSource = '<a href="https://resmim.net/cdn/2026/04/29/CbMYTh.jpg" target="_blank" rel="nofollow">https://resmim.net/cdn/2026/04/29/CbMYTh.jpg</a>';</div><div>&nbsp; &nbsp;Food1.Height = 100;</div><div>&nbsp; &nbsp;Food1.Width = 50;</div><div>&nbsp; &nbsp;Food1.Align = alNone;</div><div>&nbsp; &nbsp;Food1.Position.X = x1;</div><div>&nbsp; &nbsp;Food1.Position.Y = y1;</div><div>&nbsp; &nbsp;Food1.SetclProSettings(Food1.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;Food2 = MyForm.AddNewProImage(MyForm , 'Food2');</div><div>&nbsp; &nbsp;Food2.clProSettings.PictureSource = '<a href="https://resmim.net/cdn/2026/04/29/CbMYTh.jpg" target="_blank" rel="nofollow">https://resmim.net/cdn/2026/04/29/CbMYTh.jpg</a>';</div><div>&nbsp; &nbsp;Food2.Height = 100;</div><div>&nbsp; &nbsp;Food2.Width = 50;</div><div>&nbsp; &nbsp;Food2.Align = alNone;</div><div>&nbsp; &nbsp;Food2.Position.X = x2;</div><div>&nbsp; &nbsp;Food2.Position.Y = y2;</div><div>&nbsp; &nbsp;Food2.SetclProSettings(Food2.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;Food3 = MyForm.AddNewProImage(MyForm , 'Food3');</div><div>&nbsp; &nbsp;Food3.clProSettings.PictureSource = '<a href="https://resmim.net/cdn/2026/04/29/CbMYTh.jpg" target="_blank" rel="nofollow">https://resmim.net/cdn/2026/04/29/CbMYTh.jpg</a>';</div><div>&nbsp; &nbsp;Food3.Height = 100;</div><div>&nbsp; &nbsp;Food3.Width = 50;</div><div>&nbsp; &nbsp;Food3.Align = alNone;</div><div>&nbsp; &nbsp;Food3.Position.X = x3;</div><div>&nbsp; &nbsp;Food3.Position.Y = y3;</div><div>&nbsp; &nbsp;Food3.SetclProSettings(Food3.clProSettings);</div><div><br></div><div>&nbsp; &nbsp;Cikis = MyForm.AddNewProImage(MyForm , 'Cikis')</div><div>&nbsp; &nbsp;Cikis.clProSettings.PictureSource = '<a href="https://resmim.net/cdn/2026/04/29/CbMyB3.png" target="_blank" rel="nofollow">https://resmim.net/cdn/2026/04/29/CbMyB3.png</a>';</div><div>&nbsp; &nbsp;Cikis.Height = 100;</div><div>&nbsp; &nbsp;Cikis.Width = 100;</div><div>&nbsp; &nbsp;Cikis.Align = alNone;</div><div>&nbsp; &nbsp;Cikis.Position.X = 50;</div><div>&nbsp; &nbsp;Cikis.Position.Y = 550;</div><div>&nbsp; &nbsp;Cikis.Visible = False;</div><div>&nbsp; &nbsp;Cikis.SetclProSettings(Cikis.clProSettings);&nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;Yukari = MyForm.AddNewProButton(MyForm,'Yukari','Y');</div><div>&nbsp; &nbsp;Yukari.Align = alNone;</div><div>&nbsp; &nbsp;Yukari.Position.X = 650;</div><div>&nbsp; &nbsp;Yukari.Position.Y = 530;</div><div>&nbsp; &nbsp;Yukari.Width = 20;</div><div>&nbsp; &nbsp;Yukari.Height = 50;</div><div>&nbsp; &nbsp;Yukari.clProSettings.isRound = True;</div><div>&nbsp; &nbsp;Yukari.clProSettings.BorderWidth = 2;</div><div>&nbsp; &nbsp;Yukari.clProSettings.BorderColor = clAlphaColor.clHexToColor('#030202');</div><div>&nbsp; &nbsp;Yukari.SetclProSettings(Yukari.clProSettings);</div><div>&nbsp; &nbsp;MyForm.AddNewEvent(Yukari,tbeOnClick,'GoUp');</div><div><br></div><div>&nbsp; &nbsp;Sag = MyForm.AddNewProButton(MyForm,'Sag','SA');</div><div>&nbsp; &nbsp;Sag.Align = alNone;</div><div>&nbsp; &nbsp;Sag.Position.X = 670;</div><div>&nbsp; &nbsp;Sag.Position.Y = 580;</div><div>&nbsp; &nbsp;Sag.Width = 50;</div><div>&nbsp; &nbsp;Sag.Height = 20;</div><div>&nbsp; &nbsp;Sag.clProSettings.isRound = True;</div><div>&nbsp; &nbsp;Sag.clProSettings.BorderWidth = 2;</div><div>&nbsp; &nbsp;Sag.clProSettings.BorderColor = clAlphaColor.clHexToColor('#030202');</div><div>&nbsp; &nbsp;Sag.SetclProSettings(Sag.clProSettings);</div><div>&nbsp; &nbsp;MyForm.AddNewEvent(Sag,tbeOnClick,'GoRight');</div><div><br></div><div>&nbsp; &nbsp;Sol = MyForm.AddNewProButton(MyForm,'Sol','SO');</div><div>&nbsp;Sol.Align = alNone;</div><div>&nbsp; &nbsp;Sol.Position.X = 600;</div><div>&nbsp;Sol.Position.Y = 580;</div><div>&nbsp;Sol.Width = 50;</div><div>&nbsp;Sol.Height = 20;</div><div>&nbsp;Sol.clProSettings.isRound = True;</div><div>&nbsp;Sol.clProSettings.BorderWidth = 2;</div><div>&nbsp;Sol.clProSettings.BorderColor = clAlphaColor.clHexToColor('#030202');</div><div>&nbsp;Sol.SetclProSettings(Sol.clProSettings);</div><div>&nbsp;MyForm.AddNewEvent(Sol,tbeOnClick,'GoLeft');</div><div><br></div><div>&nbsp;Asagi = MyForm.AddNewProButton(MyForm,'Asagi','Aş');</div><div>&nbsp;Asagi.Align = alNone;</div><div>&nbsp;Asagi.Position.X = 650;</div><div>&nbsp;Asagi.Position.Y = 600;</div><div>&nbsp;Asagi.Width = 20;</div><div>&nbsp;Asagi.Height = 50;</div><div>&nbsp;Asagi.clProSettings.isRound = True;</div><div>&nbsp;Asagi.clProSettings.BorderWidth = 2;</div><div>&nbsp;Asagi.clProSettings.BorderColor = clAlphaColor.clHexToColor('#030202');</div><div>&nbsp;Asagi.SetclProSettings(Asagi.clProSettings);</div><div>&nbsp;MyForm.AddNewEvent(Asagi,tbeOnClick,'GoDown');</div><div><br></div><div>&nbsp;GameTimer = MyForm.AddNewTimer(MyForm, 'GameTimer', 100);&nbsp;&nbsp;</div><div>&nbsp;GameTimer.Enabled = True;</div><div>&nbsp;/*MyForm.AddNewEvent(GameTimer , tbeOnTimer , 'gizle');*/</div><div><br></div><div><br></div><div><br></div><div>&nbsp;MyForm.Run;</div><div>}&nbsp; &nbsp;</div></div></div>]]>
   </description>
   <pubDate>Mon, 04 May 2026 13:50:38 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1462&amp;PID=3332#3332</guid>
  </item> 
 </channel>
</rss>