Adding your sprites from tinypic or any other image place
Alright so first off I don't no if someone posted this somewhere else. But I know this is not leeched, and all I want to do is help people store there sprites with out noobs finding them.
Credits: 0% to no one..
Purpose: To make your sprites load from a image shack or website.
Files update: class30_sub2_sub1_sub1
Step 1:
Alright so you may have sprites like inventory and all that, so lets upload it on tinypic!
Go to [Only registered and activated users can see links. Click Here To Register...] and upload the sprite you want. After you uploaded it copy the url from 'URL for Email and IM:'
Step 2:
Alright now that you have uploaded the sprite you would like to, you can now delete it from sprites. Alright so now you are going to make it work with class30_sub2_sub1_sub1. Go into class30_sub2_sub1_sub1 and find the sprite you uploaded. Look for the part that says ' Image image = Toolkit.getDefaultToolkit().getImage("./Sprites/"+s+" "+i+".jag"); '
Or very simulair.
Step 3: Now with that in front of you you see where it says ' getImage("./Sprites/"+s+" "+i+".jag"); '? Well your going to replace that with ' getImage(new URL("--URL GOES HERE--")); '
Step 4:
Where it says --URL GOES HERE--, your going to enter what the url was at step 1:.
Step 5:
Save and Compile.. and run.. Hope this helps alot. Post if you have problems.