Results 1 to 5 of 5

Thread: Box Help

  1. #1
    Join Date
    May 2012
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Box Help

    Hi im having a hard time understanding box's. I understand that (245, 130, 285, 195) is the box around the char in the middle of the screen, but how do i get them numbers and what do they mean, i have had a search for a tut but cant seem to find one.

    thanks

  2. #2
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Simba Code:
    x,y-----------------------------
    |                                  |
    |                                  |
    |                                  |
    |                                  |
    |                                  |
    |                                  |
    |                                  |
    -----------------------------x2,y2

    Box(x,y,x2,y2)
    Working on: Tithe Farmer

  3. #3
    Join Date
    May 2012
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    so
    245 = x
    130 = y
    285 = x2
    195 = y2

    ?

    and also where do i get them numbers from?
    Last edited by bambe; 07-09-2012 at 06:16 PM.

  4. #4
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Yes.

    Select the client with the window selector from simba and the click with color picker. You will get the mouse coords.
    Working on: Tithe Farmer

  5. #5
    Join Date
    May 2012
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    thanks very much

Thread Information

Users Browsing this Thread

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

Posting Permissions

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