Log In  


Cart #21463 | 2016-05-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Hi all
My first step in pico 8 world
I don't understand why i still have a remaining line, i only one the moving style ?
Thanks in advance.



The problem is that since you're using a while loop, it calls line() twice, once when "I = 0" and once again when "I = 1".

If you only want the moving line, a quick fix would be to change your "I=0" to "I=1" before your while loop.

Oh and welcome to the community!



[Please log in to post a comment]