Page 3 of 5
Re: "text loading" effect - Toturial
Posted: Sun Sep 05, 2010 3:46 pm
by Adroxxx
Doesnt work for me...
Does it work for you?
Re: "text loading" effect - Toturial
Posted: Sun Sep 05, 2010 3:47 pm
by Axel
Adroxxx wrote:Doesnt work for me...
Does it work for you?
sorry double post (didn't do on purpose)
Re: "text loading" effect - Toturial
Posted: Sun Sep 05, 2010 3:49 pm
by Axel
Adroxxx wrote:Doesnt work for me...
Does it work for you?
what doesn't work ?
Re: "text loading" effect - Toturial
Posted: Sun Sep 05, 2010 4:09 pm
by Adroxxx
My text isnt repeated all the time.
Maybe I have to use the Do Loop Function?
I want this Text repeated all the time.
http://de.tinypic.com/r/5y6q6w/7
Re: "text loading" effect - Toturial
Posted: Sun Sep 05, 2010 4:11 pm
by Axel
Adroxxx wrote:My text isnt repeated all the time.
Maybe I have to use the
just use
do
me.color = black
me.site = lol
loop
basicly , everything after the "do" thing will execute 24/7 (untill you close - stop )

Re: "text loading" effect - Toturial
Posted: Sun Sep 05, 2010 4:21 pm
by Adroxxx
YourSocksRoxx wrote:
just use
do
me.color = black
me.site = lol
loop
just errors.
Here is how my code looks like:
How should my code look like, so that the text is repeated all the time. If I write Do "My Code" Loop it doesnt work.
Re: "text loading" effect - Toturial
Posted: Sun Sep 05, 2010 5:24 pm
by Axel
Adroxxx wrote:YourSocksRoxx wrote:
just use
do
me.color = black
me.site = lol
loop
just errors.
Here is how my code looks like:
![Image]()
How should my code look like, so that the text is repeated all the time. If I write Do "My Code" Loop it doesnt work.
-.-
after your do you should place your ; "if a= blablathen textbox2text bla bla end if " then "loop"
Re: "text loading" effect - Toturial
Posted: Sun Sep 05, 2010 5:42 pm
by Adroxxx
Adroxxx wrote:
If I write Do "My Code" Loop it doesnt work.
I said already that this doesnt work... LöL
Ok Dudes I give up its just impossible to get this work cryer;
Re: "text loading" effect - Toturial
Posted: Sun Sep 05, 2010 6:06 pm
by Axel
Adroxxx wrote:Adroxxx wrote:
If I write Do "My Code" Loop it doesnt work.
I said already that this doesnt work... LöL
Ok Dudes I give up its just impossible to get this work cryer;
why its totally possible ...
Re: "text loading" effect - Toturial
Posted: Sun Sep 05, 2010 6:10 pm
by Adroxxx
Ok show me your complete code and the text which says "Hello this is a test"...