Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Silly issue with java class

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Silly issue with java class

    I am currently following the DesignsByZephyr tutorials, and I encountered this error that no one else had. This annoys the hell out of me, and I wasted a whole day watching over the videos and trying to understand where I went wrong. I decided then to download the source code (eclipse project), to compare it to my code and try to find any issues. This took me another day, and I soon ended up giving up. Now I pursue the subject again, and hopefully this forum will have an answer to my problems.

    The game we are programming is at the most early of dev stages. So far, the W, A, S, D, UP, DOWN, LEFT and RIGHT keys move the map. We are supposed to create a sprite sheet that includes one sprite, and that sprite is tiled all over the map. This, in my case, is very different. Mine renders only an 8x8 pixels portion of the sprite sheet, and draws a very stupid trail as it moves around. It also looks as if it has another 8 pixels across the top. I do not know the cause of this problem - maybe the version of eclipse I have downloaded?

    Thanks in advance!

    Go to the DesignsByZephyr channel for more info and to get a better understanding of what I mean:
    Programmer extraordinaire - YouTube


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Silly issue with java class

    Please post your code and ask some specific questions about the problems you are having with it.
    If there are error messages, copy the full text and paste it here.

    Be sure to wrap your code with
    [code=java]

    <YOUR CODE HERE>

    [/code]
    to get highlighting and preserve formatting.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. I am making a silly mistake but I cant find where! PLEASE HELP!
    By akmi5 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: April 14th, 2012, 01:44 AM
  2. Issue with setting up different class with arrays
    By D-COD3R in forum What's Wrong With My Code?
    Replies: 2
    Last Post: April 4th, 2011, 06:09 PM
  3. [SOLVED] issue with Character.isUpperCase class
    By suxen in forum What's Wrong With My Code?
    Replies: 3
    Last Post: March 24th, 2011, 09:30 PM
  4. Silly error
    By American in forum Java Theory & Questions
    Replies: 5
    Last Post: August 23rd, 2010, 01:31 PM
  5. Im getting 1 Silly error can someone help please
    By JavaNoob82 in forum What's Wrong With My Code?
    Replies: 14
    Last Post: January 24th, 2010, 06:55 PM

Tags for this Thread