
-----------------------------------
iTzGriiM
Thu Sep 11, 2008 6:33 pm

quick question about speed in turing
-----------------------------------
I am trying to make thick lines go around the border of the page, I have the thick lines going around the border of the page but I want them to appear in a certin order.Is there a way to slow down or a time delay that i can put for each line? Thanks in advance!

-----------------------------------
Canned
Thu Sep 11, 2008 6:51 pm

Re: quick question about speed in turing
-----------------------------------
You can just put

delay (1000)
before the line of code you need delayed, the number in brackets being time in miliseconds.
