PDA

Click to See Complete Forum and Search --> : words


antlous
Jan 7th, 2000, 06:37 AM
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?

Gimpster
Jan 7th, 2000, 06:56 AM
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

KENNNY
Jan 7th, 2000, 07:14 AM
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