Thread: Sprites for custom background

Results 1 to 2 of 2
  1. #1 Sprites for custom background 
    Registered Member

    Join Date
    Dec 2007
    Age
    25
    Posts
    318
    Thanks given
    3
    Thanks received
    5
    Rep Power
    88
    Hey.

    I was trying to add a custom background to the client, but it seems things have changed by years.

    I found the sprite in the cache, but it is not loaded from there.
    Code:
    titleStreamLoader = streamLoaderForName(1, "title screen", "title", expectedCRCs[1], 25);
    		aBackground_966 = new Background(titleStreamLoader, "titlebox", 0);
    		aBackground_967 = new Background(titleStreamLoader, "titlebutton", 0);
    		titleBox = new Background(titleStreamLoader, "titlebox", 0);
    		boxHover = new Sprite(titleStreamLoader, "titlebox", 1);
    		titleButton = new Background(titleStreamLoader, "titlebutton", 0);
    		loginHover = new Sprite(titleStreamLoader, "titlebutton", 1);
    I guess that is loaded from cache. Anyhow my Cache Suite does not work with the cache I have. Any other way to load it from there?

    Spike112
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2012
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Im having this exact same problem, Anyone know this?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Help with Sprites white background?
    By Magic in forum Help
    Replies: 11
    Last Post: 09-23-2010, 04:44 PM
  2. Sprites background??
    By i hazy i in forum Help
    Replies: 7
    Last Post: 02-23-2010, 11:51 PM
  3. Pink background to sprites?
    By jameskmonger in forum Help
    Replies: 2
    Last Post: 10-03-2009, 08:11 PM
  4. 474 Custom Background/Sprites ;]
    By Harry in forum Show-off
    Replies: 22
    Last Post: 06-16-2009, 08:45 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •