if(you learn the basics){
prinf("The rest is easy")
}
For your first language I would suggest AS(Actionscript) which goes along with flash. This language is nice because you have a nice graphic interface to go along with your code. Also its a close cousin of c yet i think simpler.
plus theres huge resources focussed on noobs mainly to help you start...
tutorial collab - Serves as a good start to actionspript by giving small examples in many differnt lessons.
AS: Main has pretty much everything and explains how to use it. Also describes how to do things people commonly want to do. Like simple platformer.
EDIT: If you need help i'd be glad to assist =P




LinkBack URL
About LinkBacks




Reply With Quote


but you will probably find that learning C++ is a good basis for understanding the syntax behind languages - most languages are quite like that. The syntax is the easy part, that could probably take a couple of days to master. What's hard though is actually making anything decent out of it.

Bookmarks