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.

P#21464 2016-05-27 10:27 ( Edited 2016-05-27 15:52)

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!

P#21466 2016-05-27 11:52 ( Edited 2016-05-27 15:52)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-04-19 12:34:44 | 0.009s | Q:12