Thread: [TUT] Trade Backing Sprite

Results 1 to 9 of 9
  1. #1 [TUT] Trade Backing Sprite 
    Horn ( old )
    Guest
    Ok its a simple tut on showing you how to make a different background for the trade, bank and shop interface

    Go into Class 30_sub2_sub1_sub1

    And under one of your sprites add this:

    Code:
    		      else if(s.startsWith("tradebacking"))
            {
                try
                {
                    Image image21 = Toolkit.getDefaultToolkit().getImage("/Sprites/tradebacking 0.gif");
                    anIntArray1439 = new int[anInt1440 * anInt1441]; // H0rn :)
                    PixelGrabber pixelgrabber21 = new PixelGrabber(image21, 0, 0, anInt1440, anInt1441, anIntArray1439, 0, anInt1440);
                    pixelgrabber21.grabPixels();
                }
                catch(Exception exception21)
                {
                    System.out.println(exception21);
                }
            }


    Thanks H0rn
    Reply With Quote  
     

  2. #2  
    Soulze
    Guest
    Nice find ; )
    Reply With Quote  
     

  3. #3  
    JakeVal
    Guest
    That looks hawt! Ill try this one out.
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    May 2007
    Posts
    2,690
    Thanks given
    115
    Thanks received
    45
    Rep Power
    0
    Good job H0rn, I like it.
    Reply With Quote  
     

  5. #5  
    Registered Member
    minutes's Avatar
    Join Date
    Apr 2008
    Posts
    1,926
    Thanks given
    2
    Thanks received
    19
    Rep Power
    465
    good job =) rep++


    EDIT: can't give rep 2 time =(
    [Only registered and activated users can see links. ]
    click banner to join gtracer!
    Reply With Quote  
     

  6. #6  
    Horn ( old )
    Guest
    Thanks guys Any of you need any other sprites?
    Reply With Quote  
     

  7. #7  
    razvanx
    Guest
    this is old had it for 4 months now lol any way to actually make the sprite as big as the bank background so u can make it nicer?
    Reply With Quote  
     

  8. #8  
    Sub
    Sub is offline
    sυввч

    Sub's Avatar
    Join Date
    Aug 2007
    Age
    21
    Posts
    4,325
    Thanks given
    1,082
    Thanks received
    346
    Discord
    View profile
    Rep Power
    2755
    think pkisle were first people to use it
    Reply With Quote  
     

  9. #9  
    Donator

    tj007razor's Avatar
    Join Date
    Feb 2007
    Posts
    895
    Thanks given
    2
    Thanks received
    9
    Rep Power
    210
    Thanks very much for this. Mind uploading an example?

    [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. ]
    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

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