This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-06-05 19:57:29

Nick60
Scratcher
Registered: 2007-06-17
Posts: 100+

Java

Hey guys.. You might remember me.. long time ago I joined..
I left for a couple of reasons..

First of all, I moved on to create a game soley based on Java.
Just want to say thanks, for giving me the extra boost to create a game.

But.. you guys really need to focus on getting people educated about public voids, booleans and ints which are very important for java.

Anyways, I'm pretty much here to stur some things up and talk about Java games, visual C++ program and perhaps share your games here.


Let's  Be Blue!

Offline

 

#2 2008-06-05 20:01:15

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Java

Nick60 wrote:

Hey guys.. You might remember me.. long time ago I joined..
I left for a couple of reasons..

First of all, I moved on to create a game soley based on Java.
Just want to say thanks, for giving me the extra boost to create a game.

But.. you guys really need to focus on getting people educated about public voids, booleans and ints which are very important for java.

Anyways, I'm pretty much here to stur some things up and talk about Java games, visual C++ program and perhaps share your games here.

Yeah, I agree that most people here have no idea about most things in programming like variable types, methods, ect.

I also do java  smile

I know HTML , actionscript, PASCAL, and JAVA  smile

You can find some of my flash games @ http://archmage-flash.newgrounds.com/

I plan on making more during the summer.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#3 2008-06-09 00:24:57

andresmh
Scratch Team at MIT
Registered: 2007-03-05
Posts: 1000+

Re: Java

Hey Nick60, it's great to hear you are continuing learning more about programming!

You're right, there are a lot of things missing in Scratch that are in other programming languages like Java. A lot of those features are not in Scratch because we decided not to include them so the language would be easier for beginners.

Java also has hidden a lot of things. In Assembly language for example, you can control the content of the CPU's registers. Java encapsulates a lot of those details for you so it's easier and to use and more productive.

Java and Assembly are both great languages and are useful in different contexts. Scratch is useful in the context of getting beginners getting familiar with programming  smile

Are there things that you feel Scratch helped you learned as you moved to Java?


Andres Monroy-Hernandez | Scratch Team at the MIT Media Lab
on identi.ca and  twitter

Offline

 

#4 2008-06-11 08:36:53

Nick60
Scratcher
Registered: 2007-06-17
Posts: 100+

Re: Java

Well yah, variables are a big one..
It's like voids in a way.
Sprites is a term, and the statement "if" does come a lot in Java.


Let's  Be Blue!

Offline

 

Board footer