Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

lollicat

Members
  • Posts

    1305
  • Joined

  • Last visited

    Never

Everything posted by lollicat

  1. Alright guys, so I'm using MyBB for my game's forum - I have a domain name and everything. The only issue is that I can't seem to find a quality theme for the most recent version. any suggestions?
  2. I use Photoshop for everything, although for items, tiles and sprites I _can_ work in Paint. I just much prefer Photoshop. I also use Paint Tool Sai for concept art, depending on what I want it to look like. I hope this is what you were asking?
  3. > Arent you not supposed to feed kids anything sugary at all? Because it like destroys the teeth at that age? it's not sugary tho its only got like 1g of sugars
  4. > anyone know how to sort the website forwarding out? It requires a DNS, what happens if your wanting to use a free site, say webs.com? Normally i can input a normal url and it works. Yeah, forwarding costs more money. awesome, I have bridgetspants.com and nothing to do with it. Oops.
  5. If you're offended by "noob", you have the thinnest skin I've ever heard of.
  6. > Yeah, I'm seriously against feeding my kids these things, but my wife and my grandmother give them to 'em anyway. The smell and feel funny, so I haven't tried any myself. dude theyre delicious why would you not feed them to your kids they just taste like flavored cheerios or something idfk
  7. > That looks disgusting don't diss the puffs, dude. theyre the poop.
  8. hey man. got a question for you. i have a visa giftcard with $25 on it. could i get you to do some stuff for me in exchange for it? i can provide proof that it still has all its money on it if need be. we can work out what could be put in for how much, hoohoo. if not, totally cool, dude. just let me know.
  9. This stuff is seriously the poop. Eat some of it. I recommend the sweet potato or apple strawberry flavors. ![](http://3.bp.blogspot.com/-oVVA9YB5tEk/Tekfw8AYmVI/AAAAAAAABK4/cTCmkABMk3g/s1600/Gerber%252520Puff.jpg) ![](http://mojosavings.com/wp-content/uploads/2012/07/Gerber-Graduate-Puffs.jpg)
  10. hey man. idea looks pretty cool. i'd be willing to make some sprites or tiles or write some stuff up for you if you can do a little programming for me too. if not that's cool too. just thought i would offer, hoohoo.
  11. > When you turn this in, I highly recommend removing those comments. > > Also, I don't miss high school one bit. oh right i forgot about them comments oops also, ertzel, you are literally a lifesaver. god bless
  12. Hello I am here with more help on my homework lol sorry guys for all this bothering bUT Basically, [this](https://sites.google.com/site/hdjcomputerprogramming/home/unit-7/more-test-scores) is the assignment. Here is my code: ``` import java.util.Scanner; public class moreScores { public moreScores(String studentName) { String name = studentName; } public static void main(String[] args) { int numStudents, numTests; String name = "", stud; double score, average = 0; Scanner scan = new Scanner(System.in); Scanner scanLine = new Scanner(System.in); // im not ready for this // help me // i dont want to do this program System.out.print("\fHow many students: "); numStudents = scan.nextInt(); System.out.print("How many tests: "); numTests = scan.nextInt(); moreScores[] students = new moreScores[numStudents]; //what am i doing with my life for (int i=0; i ```
  13. lollicat

    How to make tiles

    > If it mentions a .dll or a .ocx file or anything about 'ActiveX' then you've installed the library files wrong. If mentions an automation error then you either have dodgy drivers or, if you get it running the client, your might not have a working sound card at all. If it mentions a file path then you haven't extracted Origins properly. In both cases you need to go read the installation instructions on the download page. If it's an actual RTE in the source code then go post a question thread and take a screenshot of the error and post the line it errors on. That's the line which is highlighted yellow. From the FAQ. If none of this helps, could you post a screenshot of the runtime error?
  14. sure bud get it done if ya can if not thats totally cool too d00d if anyone else wants to go for it that would work too since you seem p busy
  15. > So in example let me use RPG Maker VX. When the characters are talking, how there is a picture of the person/thing? i don't understand this question but literally just next to the text is a picture box of an image that i choose while creating the event does that help? xD
  16. > In an event? Please go into more detail, I maybe able to help you out :-) ok so basically when you pretty ctrl near an event, it opens, right? like, event system events. you know what i mean. basically whenever i choose to show text, there should be a 100x100 picture box next to the text. when making events i should just have a little scrolly bar to choose which picture i want for the event. make sense? o:
  17. literally that's all i want. all i want is someone to put in a feature where a 100x100 picture box is next to the text in an event and a folder that contains these pictures so i can choose what picture to go next to the text. i'll give you something pixely (maybe a base sprite or some tiles or something) if you do this for me. if youre interested, my skype is paperghostt. or just pm me on here. i aint picky. hoohoo. thanks guys.
  18. Personally, I love the font, but I'm usually into them kinds of fonts. Otherwise I really like it???? it's simple and that's nice.
  19. My blowup doll and I cosplaying at a Homestuck panel at Kollision Con in St. Charles (she was in the green, I was in the white): ![](http://i.imgur.com/KWrrArh.jpg) and a non cosplay picture of my new haircut! ![](http://i.imgur.com/gOEVMg5.jpg)
  20. This is my assignment: [https://sites.google.com/site/hdjcomputerprogramming/home/unit-7/06-grading-quizzes](https://sites.google.com/site/hdjcomputerprogramming/home/unit-7/06-grading-quizzes) And this is what I have so far: ``` import java.util.Scanner; public class gradingQuizzes { public static void main(String[] args) { int numOfQs; String key; Scanner scan = new Scanner(System.in); Scanner scanLine = new Scanner(System.in); System.out.print("How many questions are in the quiz? "); numOfQs = scan.nextInt(); System.out.print("Please enter the key (separated by spaces): "); key = scanLine.nextLine(); String[] answers = new String[numOfQs]; for (int x=0; x < numOfQs; x++); { } } } ``` I honestly just don't know what to do for this. Don't tell me the code, just telling me what I need to accomplish here and maybe how would be great. Thank you ![B)](http://www.touchofdeathforums.com/community/public/style_emoticons//cool.png)
  21. lollicat

    House base

    > While shape and perspective are way more noticable, the shading is also off. The darker ring on the roof makes no sense. > > It should not 'dissappear' into the distance, the top of the house should be a fairly even rectangle. I don't know why you have an indentation on either side of the house either. For some reason I thought I should have it 'disappear'??? but it's fixed now, its an even rectangle. the indentations are supposed to be like it being worn down or something i dont know lol
  22. lollicat

    House base

    > roof is 100% off. > > This tiles? or just art practice? Tiles. I'm redoing everything from Ophiuchus. Yeah, I had the feeling the roof was off, I just wasn't sure how. I'll try to see if changing the shading will be any better. And yes it was basically based on an adobe house ahahaha.
  23. lollicat

    House base

    I say house base because it's just the basic house without anything (windows, signs, chimneys, etc) added. Critique would be nice. ![](http://24.media.tumblr.com/153b9c927ba897e1871c9391ca9d0f6e/tumblr_mg20fyP8o71rlxt85o1_100.png)
×
×
  • Create New...