Java Game Development – 8 – Beginning Animation

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

48 responses to “Java Game Development – 8 – Beginning Animation”

  1. Николай  Беляков Avatar

    This is how java games are created?

  2. billyblackburn87 Avatar

    Is a constructer mean creating the object your going to use

  3. cost63 Avatar

    Does this work in BlueJ as well?

  4. Mahmoud Farag Avatar

    video with mp4 extension do not work with me but FLV work . I want solution please

  5. ComposingFTW Avatar

    if I have a spritesheet, how to I grab pictures from there and make them into an animation?

  6. WasdGamer01 Avatar

    He could animate a video using a programming language. it might be a good way to test his knowledge. It wouldn't be amazingly practical, but possible.

  7. MegaMabas Avatar

    THANK YOU FOR THE FREE KNOWLEDGE

  8. 6GasMark9 Avatar

    You could keep the constructor as private, i.e. for the purposes of a singleton pattern, however you would have create a public method that returns an instance of the Animation. This would only be useful if you wanted only one instance to be allowed for the Animation class though…

  9. Bobbossa Avatar

    Don't step on their dreams man.

  10. Radoslav Andonov Avatar

    I have one question why when we add scene we used totalTime instead of time ?

  11. Sierox Avatar

    god… before these series he said "go back look at my old vids about basic Java…" the first video says it -.- some people are just dumb… its Eclipse.

  12. Hasnain Roopawalla Avatar

    ok!
    Thanks a ton!
    😀

  13. Hasnain Roopawalla Avatar

    which application are you running?

  14. MrPCmaniack Avatar

    I think that this might be too memory consuming… i mean your making objects all the time and it will just take up memory!

  15. shrdlu Avatar

    why do you have a long instead of a int?

  16. Ivan Vinski Avatar

    In the latest Java version, it shows the animation in .gif file.

  17. Reethok Avatar

    This work for an applet? 🙁

  18. Frogfish999 Avatar

    …um, I can't draw…

  19. Draygera Avatar

    The Animation constructor should be public, but internal classes like OneScene should be private. Good call rock. 🙂

  20. John Wilkinson Avatar

    My God, it took my forever to realize ArrayList had to be included at the top ;|

  21. MrPitbull917 Avatar

    0:18 Thats what she did!

  22. MrJustasR Avatar

    @soandsotwo You will not be able to animate youtube videos. You should use video editing programs like windows movie maker or Adobe after effects.

  23. Aleksandar Avatar

    @girtasmeistras19 cheers 🙂

  24. zaleskis Avatar

    @betastate I wish you luck 🙂

  25. Aleksandar Avatar

    @girtasmeistras19 I know , It's the browser thing and Mobile devices compatibility that make me want to learn Java , but busy atm making a 3D FPS game engine in C# 🙂 I better not confuse myself with an extra language before I get this over with , It's not as easy as I expected it to be 😀

  26. zaleskis Avatar

    @betastate Go to buckys channel, find the java begginer playlist, BTW, i don't reccomend making games on java, you'll be better off with C++ or whatever 😉

  27. Aleksandar Avatar

    @girtasmeistras19 Not rly , can I have a link please? 🙂

  28. zaleskis Avatar

    @betastate Did you watch the begginer java tutorials?

  29. Aleksandar Avatar

    You're good , but you confuse me. You just tell us how you would go about programming , and not tell us how each Object is working so we can just construct our own systems. I am going to continue watching , hoping I get the bigger pictures , but at the momeny I'm just confused with what's where at what time 😀 (I code in C# , and am learning Java for 2-3 days now)

  30. John Brown, LMT Avatar

    Wow, best Java game dev tutorials on the planet! Keep up the great work. I am loving these, just what I have been looking for!

  31. Dimucchu Avatar

    where is the screen class gone?

  32. CombatArmsRuneScape Avatar

    @saa442 …. because the video recorder doesnt record graphics atm?

  33. Blackhorsecatie Avatar

    @saa442 Or, watch the next tutorials. Duh.

  34. Sagar Rayudu Avatar

    I cant see any graphics on the seen.
    why don't you demonstrate the results by running your program ?

  35. S4wny Avatar

    It's called stopMotion 😉

  36. 2010Mrsurfer Avatar

    @xDTarozDPS Eclipse

  37. Roi Atalla Avatar

    @tenshin111
    really? I have never heard of that. I'll try to do it.

  38. tenshin111 Avatar

    @ra4king

    Actually you can load animated gifs

  39. tenshin111 Avatar

    @ra4king

    Actually you can load animated gifs

  40. Roi Atalla Avatar

    @TheHelpingangel
    nope

  41. rammoskar Avatar

    @xDTarozDPS Eclipse

  42. Sameer Ismail Avatar

    I'm actually making something in java where it does the stuff in this tutorial to make live continuous screen capture.

    Btw guys, if you have a picture, but its dimensions aren't proportionate to the frame or canvas you need it on, you can use the alternate constructor of the g.drawImage method.

    it's

    g.drawImage(ImageIcon image, x_position, y_position, xresizeddimension, yresizeddimension, null)

  43. Muhammad Awais Ayub Avatar

    i have a craze for creating n playin games bucky u r awesome with this………..can u plz in some tutorial……teach us how to build a game engine in Java

  44. RsKaa111 Avatar

    Thanks for your helpful tutorials Bucky!

Leave a Reply

Your email address will not be published. Required fields are marked *