<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://fenixwiki.booleansoup.com/skins/common/feed.css?63"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fenixwiki.booleansoup.com/index.php?action=history&amp;feed=atom&amp;title=Move_text</id>
		<title>Move text - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fenixwiki.booleansoup.com/index.php?action=history&amp;feed=atom&amp;title=Move_text"/>
		<link rel="alternate" type="text/html" href="http://fenixwiki.booleansoup.com/index.php?title=Move_text&amp;action=history"/>
		<updated>2026-05-01T09:33:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.10.1</generator>

	<entry>
		<id>http://fenixwiki.booleansoup.com/index.php?title=Move_text&amp;diff=2799&amp;oldid=prev</id>
		<title>Rincewind: &quot;t&quot; missing :'(</title>
		<link rel="alternate" type="text/html" href="http://fenixwiki.booleansoup.com/index.php?title=Move_text&amp;diff=2799&amp;oldid=prev"/>
				<updated>2007-07-24T00:35:44Z</updated>
		
		<summary type="html">&lt;p&gt;&amp;quot;t&amp;quot; missing :'(&lt;/p&gt;

			&lt;table border='0' width='98%' cellpadding='0' cellspacing='4' style=&quot;background-color: white;&quot;&gt;
			&lt;tr&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;Revision as of 00:35, 24 July 2007&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 1:&lt;/strong&gt;&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 1:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;[[Category:functions]]&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;[[Category:functions]]&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; font-size: smaller;&quot;&gt;[[Category:&lt;del style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;texs&lt;/del&gt;]]&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;[[Category:&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;texts&lt;/ins&gt;]]&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;==Definition==&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;==Definition==&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Rincewind</name></author>	</entry>

	<entry>
		<id>http://fenixwiki.booleansoup.com/index.php?title=Move_text&amp;diff=2798&amp;oldid=prev</id>
		<title>Rincewind: New article!</title>
		<link rel="alternate" type="text/html" href="http://fenixwiki.booleansoup.com/index.php?title=Move_text&amp;diff=2798&amp;oldid=prev"/>
				<updated>2007-07-24T00:29:11Z</updated>
		
		<summary type="html">&lt;p&gt;New article!&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:functions]]&lt;br /&gt;
[[Category:texs]]&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
'''INT''' move_text ( &amp;lt;'''INT''' TextID&amp;gt; , &amp;lt;'''INT''' x&amp;gt; , &amp;lt;'''INT''' y&amp;gt; )&lt;br /&gt;
&lt;br /&gt;
Moves an existing [[text]] to another place on the screen.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{| &lt;br /&gt;
| '''INT''' TextID || - [[TextID|Identifier of the text]] you want to move. This identifier should have been appointed to a text earlier on.&lt;br /&gt;
|-&lt;br /&gt;
| '''INT''' x || - The new horizontal coordinate (of the control point) of your text.&lt;br /&gt;
|-&lt;br /&gt;
| '''INT''' y || - The new vertical coordinate (of the control point) of your text.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
''&amp;lt;If someone knows, please edit!&amp;gt; ''&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
''&amp;lt;If someone knows, please edit!&amp;gt; ''&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Program test;&lt;br /&gt;
Global&lt;br /&gt;
    My_text;&lt;br /&gt;
Begin&lt;br /&gt;
    My_text=write(0,320/2,200/2,4,&amp;quot;Press space to move this.&amp;quot;);&lt;br /&gt;
    Loop&lt;br /&gt;
        If (key(_space))&lt;br /&gt;
            Move_text(My_text,rand(0,319),rand(0,199));&lt;br /&gt;
        End&lt;br /&gt;
        Frame;&lt;br /&gt;
    End&lt;br /&gt;
End&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Used in example: [[write]](), [[key]](), [[rand]]()&lt;br /&gt;
&lt;br /&gt;
This will result in something like: &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Move_text.png]]&lt;/div&gt;</summary>
		<author><name>Rincewind</name></author>	</entry>

	</feed>