Thread: Custom sprite loading issue

Results 1 to 6 of 6
  1. #1 Custom sprite loading issue 
    Registered Member
    Sora's Avatar
    Join Date
    Jul 2008
    Age
    25
    Posts
    644
    Thanks given
    18
    Thanks received
    39
    Rep Power
    128
    I'm adding HP orbs. No, i didn't leech anything.

    All the codes are correct. The custom sprites, unfortunately, will not load.
    I have no idea why. They're meant to load under the text that shows the number statistic for the orb.
    I'm using non-renamed. I'm doing my best to try and add it, but it just won't show.

    Can anyone help?

    (The same thing happens when i try to add the correct logout X with hovers)
     

  2. #2  
    Retired. Stop PMing me.

    Galkon's Avatar
    Join Date
    Nov 2007
    Age
    14
    Posts
    7,528
    Thanks given
    1,783
    Thanks received
    2,822
    Discord
    View profile
    Rep Power
    5000
    Paste the code for declaring the sprite, e.g.

    orbfill = new Sprite("orbfill1");

    or whatever.
    [Only registered and activated users can see links. ]
     

  3. #3  
    Registered Member
    Sora's Avatar
    Join Date
    Jul 2008
    Age
    25
    Posts
    644
    Thanks given
    18
    Thanks received
    39
    Rep Power
    128
    method13(75, (byte)4, "Loading Sprites...");
    try{
    System.out.println("Loading custom sprites...");
    aClass30_Sub2_Sub1_Sub1Array1100[1] = new Class30_Sub2_Sub1_Sub1("logout1")
    aClass30_Sub2_Sub1_Sub1Array1100[2] = new Class30_Sub2_Sub1_Sub1("logout2")
    aClass30_Sub2_Sub1_Sub1Array1100[3] = new Class30_Sub2_Sub1_Sub1("hoverlogout")
    //logout
    aClass30_Sub2_Sub1_Sub1Array1100[4] = new Class30_Sub2_Sub1_Sub1("orb1")
    aClass30_Sub2_Sub1_Sub1Array1100[5] = new Class30_Sub2_Sub1_Sub1("orb2")
    aClass30_Sub2_Sub1_Sub1Array1100[6] = new Class30_Sub2_Sub1_Sub1("orb3");
    System.out.println("loading custom sprites complete");
    }
    catch(Exception _ex) {
    System.out.println("loading custom sprites failed");


    Me and benny are working together, just so you know.
    }
    Last edited by Sora; 02-09-2009 at 06:08 AM. Reason: Double posting is not allowed!
     

  4. #4  
    Registered Member
    LastResortpkz's Avatar
    Join Date
    Jun 2008
    Age
    27
    Posts
    312
    Thanks given
    1
    Thanks received
    4
    Rep Power
    161
    galkon also what method is the mini map location i need to move it over coz when i click somewhere it will show the red flag slightly over to the left and walk there, i need to move my mini map 30 pixels to the right..

    Spoiler for Spoiler for 100% bandos door:

    Spoiler for Spoiler for 100% Tele Tabs:
     

  5. #5  
    Retired. Stop PMing me.

    Galkon's Avatar
    Join Date
    Nov 2007
    Age
    14
    Posts
    7,528
    Thanks given
    1,783
    Thanks received
    2,822
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by bennyboyrulez View Post
    galkon also what method is the mini map location i need to move it over coz when i click somewhere it will show the red flag slightly over to the left and walk there, i need to move my mini map 30 pixels to the right..

    drawMiniMap(); refactored, idk non-refactored.
    [Only registered and activated users can see links. ]
     

  6. #6  
    Registered Member
    Sora's Avatar
    Join Date
    Jul 2008
    Age
    25
    Posts
    644
    Thanks given
    18
    Thanks received
    39
    Rep Power
    128
    ..Anyone wanna help...?
     


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
  •