I would like to know something more on the Java output of Scratch. Are concurrent animations obtained with threads? If so, is there someone able to show me a (very small!) java project involving concurrent animation in Java?
Thanks a lot in advance
Offline
s_federici wrote:
I would like to know something more on the Java output of Scratch. Are concurrent animations obtained with threads? If so, is there someone able to show me a (very small!) java project involving concurrent animation in Java?
Thanks a lot in advance
Hmm, do you mean like a game programmed with Java?
Is so, try www.runescape.com or www.funorb.com
Last edited by zyx (2008-05-01 19:24:42)
Offline
no, but it does help it play, you should download the 1.6.0_6 version for best play
Offline
zyx wrote:
Hmm, do you mean like a game programmed with Java?
Is so, try www.runescape.com or www.funorb.com
No, I realize I was very unclear. I meant that I would like to be able to have a look to some simple code of a simple Java game based on concurrent (i.e. thread-based) animation of sprites. The best code would just have a few classes and methods.
Offline