Computer Science Canada

quick question about speed in turing

Author:  iTzGriiM [ Thu Sep 11, 2008 6:33 pm ]
Post subject:  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!

Author:  Canned [ Thu Sep 11, 2008 6:51 pm ]
Post subject:  Re: quick question about speed in turing

You can just put

Turing:
delay (1000)

before the line of code you need delayed, the number in brackets being time in miliseconds.


: