I think that Scratch is a little easy (but it's still fun), so is there any other free programs for mac more advanced than Scratch that's not too hard? Don't worry, I'll still be on Scratch though. If you could include a link to it, that'd be really helpful
.
I already got-
etoys (even though it's easy)
opencobalt (but it's not really related)
alice
stencyl-applied for beta
python
processing
arduino (and a board)
Last edited by kayybee (2010-10-16 20:27:11)
Offline
Gamemaker's "cool" but it isn't that much advanced. The projects you see on their community website is the typical cookie cutter projects.
Alice is probably the de facto criteria. It's uses the same idea as Scratch, but goes waaaay further. I don't have the link on me, but Google's your friend.
And Gamemaker is Windows based.
Offline
How bout stencyl?
Offline
Keep in mind that Scratch is a very flexible language, and you have the freedom to take from it what you will. It has countless complexities that I haven't even dipped my toe into. However, if you feel like trying something new, I would suggest Python or C++, which are good for real life applications, and draw upon concepts you've already learned from Scratch!
Offline
tinoesroho wrote:
Alice is probably the de facto criteria. It's uses the same idea as Scratch, but goes waaaay further. I don't have the link on me, but Google's your friend.
I used that once when my dad showed it to me because he used it for Programming Class.
It sucked.
Not really advanced either.
Offline
I'd recommend moving on to Python, it a nice next step when it comes to programming. For more information go to python.org
Offline
Offline
Visual Basic express is a fantastic windows based language which lets you make apps quickly and easily! Download is here: http://www.microsoft.com/express/Downloads/#2010-Visual-Basic
With a quick web search you can find plenty of guides as well.
http://www.reflectionforbrain.com/ is a really good guide!
Enjoy!
OB6160

Offline
kayybee wrote:
I think that Scratch is a little easy (but it's still fun), so is there any other free programs for mac more advanced than Scratch that's not too hard? Don't worry, I'll still be on Scratch though. If you could include a link to it, that'd be really helpful
.
I already got-
etoys (even though it's easy)
opencobalt (but it's not really related)
alice
stencyl-applied for beta
Note to 6160:
i hope you read all of it...
Offline
Demosthenes and Harakou suggested Python; it's a wonderful way to move on from Scratch. It's still fairly simple (you won't get a huge number of error messages) and it's quite fun to learn.
The first few chapters of this tutorial are excellent, but around the end it gets really confusing. I'd suggest using one of the guides Harakou suggested past that point.
Offline
ob6160 wrote:
Visual Basic express is a fantastic windows based language which lets you make apps quickly and easily! Download is here: http://www.microsoft.com/express/Downloads/#2010-Visual-Basic
With a quick web search you can find plenty of guides as well.
http://www.reflectionforbrain.com/ is a really good guide!
Enjoy!
OB6160
There's also Small Basic - if I'm right, it's simpler than Visual Basic and will probably be easier to move on to. I sometimes use it when I want to do some number processing and Scratch is too slow for the job.
Offline
Jonathanpb wrote:
ob6160 wrote:
Visual Basic express is a fantastic windows based language which lets you make apps quickly and easily! Download is here: http://www.microsoft.com/express/Downloads/#2010-Visual-Basic
With a quick web search you can find plenty of guides as well.
http://www.reflectionforbrain.com/ is a really good guide!
Enjoy!
OB6160There's also Small Basic - if I'm right, it's simpler than Visual Basic and will probably be easier to move on to. I sometimes use it when I want to do some number processing and Scratch is too slow for the job.
![]()
again, i only have a mac...
Offline
kayybee wrote:
Jonathanpb wrote:
ob6160 wrote:
Visual Basic express is a fantastic windows based language which lets you make apps quickly and easily! Download is here: http://www.microsoft.com/express/Downloads/#2010-Visual-Basic
With a quick web search you can find plenty of guides as well.
http://www.reflectionforbrain.com/ is a really good guide!
Enjoy!
OB6160There's also Small Basic - if I'm right, it's simpler than Visual Basic and will probably be easier to move on to. I sometimes use it when I want to do some number processing and Scratch is too slow for the job.
![]()
again, i only have a mac...
Mac Installer disk image for Python (Obtained from the Python 3.1.2 release page)
Last edited by Harakou (2010-10-16 10:40:51)
Offline
Harakou wrote:
kayybee wrote:
Jonathanpb wrote:
There's also Small Basic - if I'm right, it's simpler than Visual Basic and will probably be easier to move on to. I sometimes use it when I want to do some number processing and Scratch is too slow for the job.![]()
again, i only have a mac...
Mac Installer disk image for Python (Obtained from the Python 3.1.2 release page)
![]()
I believe kayybee and Jonathanpb were referring to Small Basic, not Python
Offline
coolstuff wrote:
Harakou wrote:
kayybee wrote:
again, i only have a mac...Mac Installer disk image for Python (Obtained from the Python 3.1.2 release page)
![]()
I believe kayybee and Jonathanpb were referring to Small Basic, not Python
![]()
I know, I was just pointing that out, in case they didn't already know.
Offline
Try Processing. I found it on the Scratch wiki, and I think it's really cool. It uses the same kind of syntax that Java uses, but it's easier to learn.
Offline