kellercode [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=65329 Touchscreen Support for Education Edition? <p>Will touchscreen support ever be added to PICO-8 Education Edition? Currently if you try to use the touchscreen in Education Edition it will let you, but then won't let you use the mouse/trackpad. For people like me, who use both the mouse and touchpad, this can be problematic. By the way, thank you so much for Education Edition <a href="https://www.lexaloffle.com/bbs/?uid=1"> @zep</a>! It's unbelievable that you released a free online version of your amazing product! I only use the Education Edition because I don't know if my ARM Chromebook can run the Linux version. However, if you ever released a full-featured html5 version, perhaps even with online .p8 file storage or offline support, I would totally buy it!</p> https://www.lexaloffle.com/bbs/?tid=50231 https://www.lexaloffle.com/bbs/?tid=50231 Mon, 14 Nov 2022 23:42:19 UTC How to choose a variable as an argument in a function? <p>How can I choose a variable as an argument in a function? Why doesn't this work? And what can I do instead?</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>timer=1 function updatetimer(i) if i&lt;300 then i+=1 else i=1 end end function _update() updatetimer(timer) end function _draw() cls() ?timer end</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> https://www.lexaloffle.com/bbs/?tid=49648 https://www.lexaloffle.com/bbs/?tid=49648 Wed, 05 Oct 2022 13:17:38 UTC Simple Starfield <p> <table><tr><td> <a href="/bbs/?pid=118113#p"> <img src="/bbs/thumbs/pico8_simplestarfield-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=118113#p"> simplestarfield</a><br><br> by <a href="/bbs/?uid=65329"> kellercode</a> <br><br><br> <a href="/bbs/?pid=118113#p"> [Click to Play]</a> </td></tr></table> <br /> Arrow keys to move.</p> https://www.lexaloffle.com/bbs/?tid=49516 https://www.lexaloffle.com/bbs/?tid=49516 Wed, 28 Sep 2022 15:24:24 UTC First Cart <p> <table><tr><td> <a href="/bbs/?pid=118043#p"> <img src="/bbs/thumbs/pico8_redguy-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=118043#p"> redguy</a><br><br> by <a href="/bbs/?uid=65329"> kellercode</a> <br><br><br> <a href="/bbs/?pid=118043#p"> [Click to Play]</a> </td></tr></table> <br /> My first cart. Arrows to move and z to jump.</p> https://www.lexaloffle.com/bbs/?tid=49508 https://www.lexaloffle.com/bbs/?tid=49508 Tue, 27 Sep 2022 13:03:25 UTC