Thread: 2 Problems - REP++ for either

Results 1 to 8 of 8
  1. #1 2 Problems - REP++ for either 
    Insayne
    Guest
    WARNING, large image: [Only registered and activated users can see links. ]

    Problem 1
    My map and compass have black spots in it. As you can see however, the sprites are loaded through Tom's Cache Suite, and it clearly shows it as being transparent. Does anyone know why this is? :\ I can't just move my gameframe over to the right, if that's what you guys are thinking, because the compass won't be aligned properly. But can i move where the minimap is, to the left? How?

    Problem 2
    How can I make that a button? Like the report abuse button, having an interface pop up when you click it.


    THanks. Much appreciated.
    Will REP++ anyone who helps.
     

  2. #2  
    anthonypwn
    Guest
    im guessing the map is to much to the left for numba 1?
     

  3. #3  
    Codex
    Rowan's Avatar
    Join Date
    Sep 2008
    Age
    25
    Posts
    1,593
    Thanks given
    0
    Thanks received
    20
    Rep Power
    1092
    compass = wrong clientside. making the compass a button? idk as swat he seems to know rlly.
    [Only registered and activated users can see links. ] - [Only registered and activated users can see links. ] - [Only registered and activated users can see links. ] - [Only registered and activated users can see links. ] - [Only registered and activated users can see links. ]
     

  4. #4  
    Insayne
    Guest
    Quote Originally Posted by Rowan View Post
    compass = wrong clientside. .
    Erm, what's that mean? :\
     

  5. #5  
    Codex
    Rowan's Avatar
    Join Date
    Sep 2008
    Age
    25
    Posts
    1,593
    Thanks given
    0
    Thanks received
    20
    Rep Power
    1092
    you might've loaded the compass sprite cache side but you need to make it appear on the screen client side
    [Only registered and activated users can see links. ] - [Only registered and activated users can see links. ] - [Only registered and activated users can see links. ] - [Only registered and activated users can see links. ] - [Only registered and activated users can see links. ]
     

  6. #6  
    Insayne
    Guest
    There was one there previously though (317 one, changed to 508) ... All I did was change the sprite via Tom's Cache Editor. If your solution still applies, mind giving me an idea how?
     

  7. #7  
    Banned
    Join Date
    Nov 2006
    Posts
    1,132
    Thanks given
    5
    Thanks received
    17
    Rep Power
    0
    To make that a button you'll just need to use something along the lines of:

    if(super.saveClickX >= #### && super.saveClickX <= #### && super.saveClickY >= #### && super.saveClickY <= ####){
    whatever you want to happen when you click in the position.
    }
     

  8. #8  
    Insayne
    Guest
    Quote Originally Posted by Webber View Post
    To make that a button you'll just need to use something along the lines of:

    if(super.saveClickX >= #### && super.saveClickX <= #### && super.saveClickY >= #### && super.saveClickY <= ####){
    whatever you want to happen when you click in the position.
    }
    Repped, but that goes.. where?
     


Thread Information
Users Browsing this Thread

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


User Tag List

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