Results 1 to 8 of 8

Thread: Random scrolling test (Resolved)

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2003
    Location
    Lewiston, Maine
    Posts
    128

    Random scrolling test (Resolved)

    I have a text scroller which I wish to randomly change the text in. As you can see I have two text strings in two variables. I wish to randomly select one or the other and place in the Scroll1.Caption. I can't seem to figure out how to do this. Please help!


    VB Code:
    1. Dim scrolltext0 As String
    2. Dim scrolltext1 As String
    3.  
    4. scrolltext0 = "Down by the pond"
    5. scrolltext1 = "Over by the tree"
    6.  
    7. Scroll1.Caption = scrolltext
    8. Scroll1.Interval = 0.5
    Last edited by purdybirds; Aug 2nd, 2004 at 10:48 AM.

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