Tutorial Animated Scoreboards

Discussion in 'Resources' started by Jakeeeee, Aug 1, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Jakeeeee

    Example:
    http://pastebin.com/GrZ94kmR

    In the example above, what the scoreboard does is it goes into a loop, every second it updates and while it updates the scoreboard it also displays the next selected text, (Look at //Changing Text) for a better explanation.
     
    ChipDev likes this.
  2. Offline

    NickDEV

    @Jakeeeee If you want to make a good tutorial explain everything.

    This is not enough. We don't want to copy the code, we want to learn something.
     
    Shortninja66 and mine-care like this.
  3. Offline

    mine-care

    Ok, other than what @NickDEV Said, a few code issuses of concern.
    1. Follow Java naming conventions
    2. Why using class members instead of local variables? That is inefficient.
    3. why static?! Since those are cleared each call of the event then why should they be the same among instances? Also this may be the cause of overlapping data when the event goes on twice the same time.
    4. Lines 60 to 103 umm why plain it's? Isn't that inefficient??? Use the else if statement as well.
     
    NickDEV likes this.
  4. Offline

    Paul_OMG

    That doesn't work, very bad tutorial, it is no working for me...
     
  5. Offline

    teej107

    Perhaps the thread title tag is a bit misleading and is better off as a library/utility.
     
  6. Offline

    Paul_OMG

    Well, i don't know...I isn't working for me..
     
  7. Offline

    Goblom

    *downvotes*
     
  8. Offline

    ChipDev

    It isn't, No customizable methods.
     
  9. Offline

    HeavyMine13

    Isn't this a snippet/library? It looks like one more than it does as a tutorial, which is detailed and explains every bit of it.
     
  10. Offline

    Firestar311

    Please put more Info, and clean up the code please, very messy and inefficient
     
Thread Status:
Not open for further replies.

Share This Page