RSPS Creation
Would you like to react to this message? Create an account in a few clicks or log in to continue.

My Nitro-Scape [PI] Interface Release!

Go down

My Nitro-Scape [PI] Interface Release! Empty My Nitro-Scape [PI] Interface Release!

Post  Nitro Wed Mar 16, 2011 3:53 am

Here Is The Interface!


My Nitro-Scape [PI] Interface Release! Drgerger

Download these sprites and make a foler ( if you dont already have named Interfaces ) and after that make a foler named Other and place these in it!

http://dl.dropbox.com/u/22460987/welcomenitro.zip

Now Here Is What you will add In RSinterface.java!

Code:
   public static void testTab(RSFont[] TDA) {
      RSInterface tab = addTabInterface(14060);
      addSprite(14061, 100, "Interfaces/Other/CUSTOM");//mainframe
      addSprite(14076, 201, "Interfaces/Other/CUSTOM");//welcome img
      addSprite(14080, 202, "Interfaces/Other/CUSTOM");//char
      addHoverButton(14065, "Interfaces/Other/CUSTOM", 60, 275, 36, "@red@click play", 0, 14066, 1);
      addHoveredButton(14066, "Interfaces/Other/CUSTOM", 60, 275, 36, 14067);//click to play
      addHoverButton(14068, "Interfaces/Other/CUSTOM", 63, 72, 32, "@red@Rules", 0, 14069, 1);
      addHoveredButton(14069, "Interfaces/Other/CUSTOM", 63, 72, 32, 14070);//rules
              addText(14071, "@yel@Messages:", TDA, 2, 0xFF9900, false, true);
              addText(14072, "@bla@None ATM!", TDA, 2, 0xFF9900, false, true);
              addText(14073, "@bla@None ATM!", TDA, 2, 0xFF9900, false, true);
              addText(14075, "@yel@Membership:", TDA, 2, 0xFF9900, false, true);
              addText(14077, "@bla@Buy Donator", TDA, 2, 0xFF9900, false, true);
              addText(14078, "@bla@nitro-scape.com", TDA, 2, 0xFF9900, false, true);
              addText(14079, "@whi@Ip ****", TDA, 2, 0xFF9900, false, true);
              addText(14081, "@whi@Bank PIN", TDA, 2, 0xFF9900, false, true);
              addText(14082, "@bla@Welcome to Nitro-Scape", TDA, 2, 0xFF9900, false, true);
              addText(14083, "@bla@World 2!!!!!", TDA, 2, 0xFF9900, false, true);
              addText(14084, "@red@Message Of The Day:", TDA, 2, 0xFF9900, false, true);
      tab.totalChildren(18);
      tab.child(0, 14061, 0, 0);//bg
      tab.child(1, 14080, 68, 217);//bg
      tab.child(2, 14065, 187, 261);//click
      tab.child(3, 14066, 187, 261);//click hover
      tab.child(4, 14068, 367, 217);//rule
      tab.child(5, 14069, 367, 217);//rule hover
      tab.child(6, 14071, 68, 105);//text
      tab.child(7, 14072, 68, 131);//text
      tab.child(8, 14073, 68, 144);//text
      tab.child(9, 14075, 214, 105);//text
      tab.child(10, 14077, 214, 131);//bg
      tab.child(11, 14078, 214, 144);//bg
      tab.child(12, 14079, 391, 85);//bg
      tab.child(13, 14081, 391, 151);//exit
      tab.child(14, 14082, 140, 217);//exit hover
      tab.child(15, 14083, 140, 237);//exit hover
      tab.child(16, 14084, 136, 200);//exit hover
      tab.child(17, 14076, 170, 39);//bg
   }

Now Search for
Code:
aClass44 = archive;
and place this under it!
Code:
         testTab(rsFonts);

You will need to add what the buttons will do when you click them in your source under Clickingbuttons.java!
Nitro
Nitro
Admin
Admin

Posts : 8
Props Points : 0
Join date : 2011-03-15

https://rsps-creation.board-directory.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum