Quote:
Originally posted by joseyisleet
I was mucking around right and i was trying stuff out but i come to a stop why on earth doesnt this work:
for (i = 0 ; i < = 15 ; i++){
message Tis the numbering thingy: #v(i);
}
it just jumps straight to the Number x.x is it cause i aint specified a time out or something?.
-Howard
|
for doesn't go nice and slow for you, it does it as fast as possible, so you have to slow it down yourself. Try putting a sleep right after the message command.