How do I do a script that shows a word and after few seconds another word? Like first "blood" and then "skin".
Can you help me?
Printable View
How do I do a script that shows a word and after few seconds another word? Like first "blood" and then "skin".
Can you help me?
you could set up an array of labels, and then use a timer to turn the .visible property of each seccessive member of the array (which would be each successive word) to true.
------------------
Ryan
no dont u mean a VB script for a webpage?
use document.setinterval(YourProc)
then in YourProc have an increasing variable, do a select case and change the text accordingly.
hope that makes sense :)
------------------
cintel rules :p
www.cintelsoftware.co.uk