Results 1 to 3 of 3

Thread: Wait Until?

  1. #1
    Join Date
    Jun 2007
    Location
    In my computer room
    Posts
    148
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Wait Until?

    I was wondering if there is a procedure that will wait until a parameter is filled. Like wait until it finds a color in this box or wait until something happens. If not then I think im gonna try and make one.

  2. #2
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    repeat
    Wait(500);
    until(FindColor......blah)

    it will repeat to wait .5 seconds until whatever is found/done

  3. #3
    Join Date
    Jun 2007
    Location
    In my computer room
    Posts
    148
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Rune Hacker View Post
    repeat
    Wait(500);
    until(FindColor......blah)

    it will repeat to wait .5 seconds until whatever is found/done
    I figured thats what it would be but I just wanted some reaassurance(spelling) thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Wait Until Something.....
    By FortAsh in forum OSR Help
    Replies: 5
    Last Post: 01-29-2009, 05:09 PM
  2. Help With Wait while cuting
    By NiCbaZ in forum OSR Help
    Replies: 4
    Last Post: 04-20-2008, 09:32 PM
  3. I can't wait =D
    By Eugeniu in forum News and General
    Replies: 18
    Last Post: 09-28-2007, 12:59 AM
  4. wait()?
    By omgh4x0rz in forum Java Help and Tutorials
    Replies: 3
    Last Post: 04-28-2007, 02:39 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
  •