Thread: Bugged DirectX?

Results 1 to 2 of 2
  1. #1
    HazXoD3D's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    6
    My Mood
    Psychedelic

    Bugged DirectX?

    Someone experience in DirectX? im trying to make a design for a menu...but i cant get all right it looks like this.

    |I t e m 1
    |I t e m 2
    |I t e m 3
    Current item
    |I t e m 4
    |I t e m 5

    something like that.

    if i use the start x, and y cordinanse for the meny it works perfectly...but if i move it with my own function it get messed up. But only the lower line from the current and down.



    i draw some black lines to see the x line but it get messed up if i move it in the y-axel :S

    My code for the drawing:
    Code:
    DrawBox(pDevice,x-3,(totheight / noitems)*cur+y-1,totwidth+6,1,MCOLOR_CURRENT);		//over cur
    			DrawBox(pDevice,x-3,(totheight / noitems)*cur+y+16,totwidth+6,1,MCOLOR_CURRENT);	//under cur
    
    			DrawBox(pDevice,x-3,y-3,1,(totheight / noitems)*cur+3,MCOLOR_CURRENT);				//line from current and up
    			DrawBox(pDevice,x-3,y+(totheight / noitems)*cur+y-8,1,totheight-(y+(totheight / noitems)*cur+y-30),MCOLOR_CURRENT);//line from current and down
    [IMG]https://i260.photobucke*****m/albums/ii32/calumrulez/hacker.jpg[/IMG]
    [IMG]https://i233.photobucke*****m/albums/ee266/Dythzer/Spotify_userbar.png[/IMG]





  2. #2
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    not bugged,
    its in ur source.
    try to set different location.

Similar Threads

  1. Req: Torncity hacks/bugs/exploits.
    By dakiddy in forum Hack Requests
    Replies: 39
    Last Post: 06-23-2010, 03:15 PM
  2. Bugs in warrock
    By whatthe in forum WarRock - International Hacks
    Replies: 24
    Last Post: 07-09-2006, 09:56 PM
  3. Find a bug or have a suggestion?
    By Dave84311 in forum Suggestions, Requests & General Help
    Replies: 15
    Last Post: 05-24-2006, 09:50 AM
  4. Bugs
    By Dave84311 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 05-24-2006, 08:40 AM