Results 1 to 3 of 3

Thread: words

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 1999
    Location
    Rauma, Finland
    Posts
    4

    Post

    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?

  2. #2
    Hyperactive Member Gimpster's Avatar
    Join Date
    Oct 1999
    Location
    Redmond, WA 98052
    Posts
    331

    Post

    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

  3. #3
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355

    Post

    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
    www.cintelsoftware.co.uk

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width