Adblock breaks this site

><need help with findcolorspiral><

Discussion in 'Archives' started by zaks, May 5, 2007.

  1. zaks

    zaks Member

    Joined:
    May 5, 2007
    Posts:
    55
    Referrals:
    1
    Sythe Gold:
    0
    ><need help with findcolorspiral><

    when i try to use color spiral it always say's syntax error or something like that i think i got it down pat but i duno
    this is wat i got
    :D xs=x start xe= x end ys= y start ye= y end:D
    is this right or wat? if anyone could plz help me i would realy appriciate it thx..
     
  2. WhoCares357

    WhoCares357 Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0
    ><need help with findcolorspiral><

    Show me one of your uses.
     
  3. Jukka

    Jukka Active Member

    Joined:
    Nov 23, 2005
    Posts:
    244
    Referrals:
    0
    Sythe Gold:
    0
    ><need help with findcolorspiral><

    it should be like this:

    Code:
    FindColorSpiral(x,y,Color,XS,YS,XE,YE)
    
    now x,y is cordinates it will store where it found the color(if it found else its 0,0)

    xs,ys,xe,ye

    imagine that its a box

    like this:

    the box is the rs client window.

    -----------------|
    |---|XS,YS.....|--|
    |---|.............|--|
    |---|.....XE,YE|--|
    |----------------|

    understand?

    now it will search for the color inside the box (dotted box)


    XS,YS,XE and YE is cordinates provided by you, with the color picker.

    XS should be lower than XE
    YS should be lower than YE
    ELSE
    you will get errors screaming!

    hope u understood
     
  4. WhoCares357

    WhoCares357 Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0
    ><need help with findcolorspiral><

    Code:
    program New;
    var
    x, y: Integer;
    begin
    FindColorSpiral(x,y,3234234,1,1,4,4)
    end.
    I get no errors.
     
  5. zaks

    zaks Member

    Joined:
    May 5, 2007
    Posts:
    55
    Referrals:
    1
    Sythe Gold:
    0
    ><need help with findcolorspiral><

    thank you for your help now if inally get it lol now i can fisnish my script thank god
     
< selling holiday item accounts! | Lol >


 
 
Adblock breaks this site