<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[I Fixed The Border Pointing Bug! -- Tutorial]]></title><description><![CDATA[<p dir="auto">I hope I can do this <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.creaticode.com/uid/4">@info-creaticode</a> , We’ve really needed someone to have a breakthrough with this or at least a tutorial.</p>
<p dir="auto"><strong>Difficulty: 2-3/5</strong></p>
<p dir="auto"><em>(WARNING: Granted, this is not a foolproof plan; issues may still occur when going near the edge.)</em></p>
<p dir="auto"><strong>At first, When there is a screen ratio different from the original 4:3 (E.g. 16:9), the block used for pointing toward the mouse bugs when you near the edge. I may have found a way around this.</strong></p>
<p dir="auto">–</p>
<p dir="auto">Create variables “player x”, “player y”, “speed”, “prev mouse x” and “prev mouse y”. Create the string of blocks shown below:</p>
<p dir="auto"><em>(This will be your movement system and variable tracking “1”)</em></p>
<p dir="auto"><strong>I didn’t catch this at first, change the second “set prev mouse x to 0” block to “set prev mouse y to 0”</strong></p>
<p dir="auto"><img src="https://cdncreaticodecom.b-cdn.net/scratch-gui-projects/forum/35704398-3147-4e36-95ca-fcb4d2333392.png" alt="6a1cb9ab-9223-428e-93a8-e1a22ac446ef-Screenshot 2025-06-08 9.36.16 AM.png" class=" img-responsive img-markdown" width="392" height="618" /><br />
<img src="https://cdncreaticodecom.b-cdn.net/scratch-gui-projects/forum/069cc39c-daa9-4977-a0ab-62790102a9aa.png" alt="1795feec-0841-4eae-a6d0-2e33ef308763-Screenshot 2025-06-08 9.36.36 AM.png" class=" img-responsive img-markdown" width="392" height="618" /><br />
<img src="https://cdncreaticodecom.b-cdn.net/scratch-gui-projects/forum/47fbf399-6037-485e-8b95-993f98acf0f5.png" alt="429aa32e-617b-416d-97a7-1db39da6733f-Screenshot 2025-06-08 9.36.54 AM.png" class=" img-responsive img-markdown" width="392" height="618" /></p>
<p dir="auto">After that, create this string of code; feel free to configure the speed variables. (space is to run)</p>
<p dir="auto"><img src="https://cdncreaticodecom.b-cdn.net/scratch-gui-projects/forum/0e1a5198-db83-4443-bdfe-d95c647e1a0b.png" alt="d4b101aa-68b3-4485-aa9f-cd1e38863118-Screenshot 2025-06-08 9.39.04 AM.png" class=" img-responsive img-markdown" width="429" height="372" /></p>
<p dir="auto">After this, create variables “mouse x”, “mouse y”, and “rot” (“rot” variable is not required), and create this string:</p>
<p dir="auto"><em>(viewport not required; this will be your variable tracking “2”)</em></p>
<p dir="auto"><img src="https://cdncreaticodecom.b-cdn.net/scratch-gui-projects/forum/eb27bd64-07e5-4eb7-83ff-a960b06d9f88.png" alt="47c1e16e-c47f-4f0e-9e98-84eb0c05f16a-image.png" class=" img-responsive img-markdown" width="418" height="403" /></p>
<p dir="auto">Finally, create this string of code:</p>
<p dir="auto"><em>(delay not required)</em></p>
<p dir="auto"><img src="https://cdncreaticodecom.b-cdn.net/scratch-gui-projects/forum/05dc4214-9ec5-405f-8498-d12f8fa485ef.png" alt="c24c52d0-5927-4b0f-8b1f-de364571e4bd-image.png" class=" img-responsive img-markdown" width="444" height="222" /></p>
<p dir="auto">And voila! Your little character (once created) can move and look around freely without too much issue!</p>
<p dir="auto"><img src="https://cdncreaticodecom.b-cdn.net/scratch-gui-projects/forum/5ca8e512-41de-4909-88e3-8a2ddafc099f.gif" alt="f70b3351-72e5-49cb-92d5-cf1954a8e384-Screen recording 2025-06-08 9.52.15 AM.gif" class=" img-responsive img-markdown" width="799" height="454" /></p>
]]></description><link>https://forum.creaticode.com/topic/1994/i-fixed-the-border-pointing-bug-tutorial</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 21:36:13 GMT</lastBuildDate><atom:link href="https://forum.creaticode.com/topic/1994.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Jun 2025 14:45:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I Fixed The Border Pointing Bug! -- Tutorial on Thu, 04 Sep 2025 00:47:17 GMT]]></title><description><![CDATA[<p dir="auto">@selene ty ty <img src="https://forum.creaticode.com/plugins/nodebb-plugin-emoji/emoji/android/1f638.png?v=h4bqj8tg448" class="not-responsive emoji emoji-android emoji--smile_cat" title=":smile_cat:" alt="😸" /></p>
]]></description><link>https://forum.creaticode.com/post/11400</link><guid isPermaLink="true">https://forum.creaticode.com/post/11400</guid><dc:creator><![CDATA[DreamSMP_Luck]]></dc:creator><pubDate>Thu, 04 Sep 2025 00:47:17 GMT</pubDate></item><item><title><![CDATA[Reply to I Fixed The Border Pointing Bug! -- Tutorial on Thu, 04 Sep 2025 00:46:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.creaticode.com/uid/618">@dreamsmp_luck</a> hihi wb!!</p>
]]></description><link>https://forum.creaticode.com/post/11399</link><guid isPermaLink="true">https://forum.creaticode.com/post/11399</guid><dc:creator><![CDATA[artisilv]]></dc:creator><pubDate>Thu, 04 Sep 2025 00:46:47 GMT</pubDate></item><item><title><![CDATA[Reply to I Fixed The Border Pointing Bug! -- Tutorial on Thu, 04 Sep 2025 00:46:24 GMT]]></title><description><![CDATA[<p dir="auto">@selene lolol<br />
hello</p>
]]></description><link>https://forum.creaticode.com/post/11398</link><guid isPermaLink="true">https://forum.creaticode.com/post/11398</guid><dc:creator><![CDATA[DreamSMP_Luck]]></dc:creator><pubDate>Thu, 04 Sep 2025 00:46:24 GMT</pubDate></item><item><title><![CDATA[Reply to I Fixed The Border Pointing Bug! -- Tutorial on Thu, 04 Sep 2025 00:46:06 GMT]]></title><description><![CDATA[<p dir="auto">@白刃の亡霊 “You’re under arrest!”<br />
“What why?”<br />
“You posted a tutorial in general discussion!”</p>
]]></description><link>https://forum.creaticode.com/post/11397</link><guid isPermaLink="true">https://forum.creaticode.com/post/11397</guid><dc:creator><![CDATA[artisilv]]></dc:creator><pubDate>Thu, 04 Sep 2025 00:46:06 GMT</pubDate></item><item><title><![CDATA[Reply to I Fixed The Border Pointing Bug! -- Tutorial on Thu, 04 Sep 2025 00:11:31 GMT]]></title><description><![CDATA[<p dir="auto">@selene They already have XD</p>
]]></description><link>https://forum.creaticode.com/post/11386</link><guid isPermaLink="true">https://forum.creaticode.com/post/11386</guid><dc:creator><![CDATA[TAO]]></dc:creator><pubDate>Thu, 04 Sep 2025 00:11:31 GMT</pubDate></item><item><title><![CDATA[Reply to I Fixed The Border Pointing Bug! -- Tutorial on Thu, 04 Sep 2025 00:08:01 GMT]]></title><description><![CDATA[<p dir="auto">You can. It’s not like the police are gonna show up at your doorstep.</p>
]]></description><link>https://forum.creaticode.com/post/11385</link><guid isPermaLink="true">https://forum.creaticode.com/post/11385</guid><dc:creator><![CDATA[artisilv]]></dc:creator><pubDate>Thu, 04 Sep 2025 00:08:01 GMT</pubDate></item><item><title><![CDATA[Reply to I Fixed The Border Pointing Bug! -- Tutorial on Thu, 04 Sep 2025 00:06:47 GMT]]></title><description><![CDATA[<p dir="auto">@selene No because it isn’t a discussion</p>
<p dir="auto">It’s a tutorial</p>
]]></description><link>https://forum.creaticode.com/post/11383</link><guid isPermaLink="true">https://forum.creaticode.com/post/11383</guid><dc:creator><![CDATA[TAO]]></dc:creator><pubDate>Thu, 04 Sep 2025 00:06:47 GMT</pubDate></item><item><title><![CDATA[Reply to I Fixed The Border Pointing Bug! -- Tutorial on Thu, 04 Sep 2025 00:04:29 GMT]]></title><description><![CDATA[<p dir="auto">@白刃の亡霊 Just put it in general discussion?</p>
]]></description><link>https://forum.creaticode.com/post/11379</link><guid isPermaLink="true">https://forum.creaticode.com/post/11379</guid><dc:creator><![CDATA[artisilv]]></dc:creator><pubDate>Thu, 04 Sep 2025 00:04:29 GMT</pubDate></item><item><title><![CDATA[Reply to I Fixed The Border Pointing Bug! -- Tutorial on Thu, 04 Sep 2025 00:03:43 GMT]]></title><description><![CDATA[<p dir="auto">@selene Because There is no English “Tutorial” one I can add</p>
]]></description><link>https://forum.creaticode.com/post/11377</link><guid isPermaLink="true">https://forum.creaticode.com/post/11377</guid><dc:creator><![CDATA[TAO]]></dc:creator><pubDate>Thu, 04 Sep 2025 00:03:43 GMT</pubDate></item><item><title><![CDATA[Reply to I Fixed The Border Pointing Bug! -- Tutorial on Wed, 03 Sep 2025 23:46:39 GMT]]></title><description><![CDATA[<p dir="auto">Why is this in the Chinese area…?</p>
]]></description><link>https://forum.creaticode.com/post/11369</link><guid isPermaLink="true">https://forum.creaticode.com/post/11369</guid><dc:creator><![CDATA[artisilv]]></dc:creator><pubDate>Wed, 03 Sep 2025 23:46:39 GMT</pubDate></item><item><title><![CDATA[Reply to I Fixed The Border Pointing Bug! -- Tutorial on Wed, 25 Jun 2025 22:22:17 GMT]]></title><description><![CDATA[<p dir="auto">@sonicplushiescc What?</p>
]]></description><link>https://forum.creaticode.com/post/7986</link><guid isPermaLink="true">https://forum.creaticode.com/post/7986</guid><dc:creator><![CDATA[TAO]]></dc:creator><pubDate>Wed, 25 Jun 2025 22:22:17 GMT</pubDate></item></channel></rss>