Hi every one!! I'm here to help you learn another type of programing called Basic! Basic is a type in language that is one of the most "basic" of all typs of programing. First go to http://www.justbasic.com to get a free copy of the softwere. Then check out my "Learning Basic Lessons". If you have questions ask them here. Also, if you would like to get a book on Basic, follow this link: Programming for the absolute beginner
-N-Wear
LESSONS:
1: http://scratch.mit.edu/projects/N-Wear/175321
Last edited by N-Wear (2008-05-29 18:28:43)
Treat others the way you want to be treated!
Offline
Fix the link please (there is no such thing as hptt
) And it's for windows only!!!!! I have a mac!
Last edited by CFCRubiks (2008-05-28 21:17:39)
Offline
I have both but mostly use a mac. I tried it and read the first week's tutorial and decided to make some random little conversation thing where he asks you your name, your favourite food, stuff like that.
Offline
I love JustBasic! It's a great way to learn GUI programming (which Scratch does virtually nothing to support). I'd stick with Scratch, though for sprite-based programming as it gives you a chance to focus on your ideas rather than syntax.
Now that you're all here (Jens, spit that gum out and take notes!
), my dream is a Scratch that not only communicates with the Web and your OS, but also allows you to put GUI objects (comboboxes, sliders, etc.) inside sprites, then lets you manipulate them using blocks. Of course, we'd need strings...

Offline
PRINT "No offense but basic isn't good"
PRINT "There are now multiple forms of basic each with their specialties"
LET Text$ = "I am typing in code for true basic, what we use in my school"
PRINT Text$
READ Text$
PRINT Text$
READ Text$
PRINT Text$ ;
READ Text$
PRINT Text$
READ Text$
PRINT Text$ ;
READ Text$
PRINT Text$
CALL MoreText
DATA Scratch is meant to by an introduction to programing
DATA Scratch is meant to get young children into programing
DATA through an easy to understand langauge, I suggest you find a
DATA version of basic that is right for you and your interests
END
SUB MoreText
PRINT "I suggest that people look into using a form of basic"
PRINT "But Scratch, just like any programing langauge, has it's own";
PRINT "advantages and disavantages"
DIM Text$(7)
LET Q = 1
READ Text$(Q)
DO WHILE Text$(Q) <> "ZZZZZ"
PRINT Text$(Q)
LET Q = Q + 1
READ Text$(Q)
LOOP
DATA Scratch is based primarilly on images and games
DATA Images and games are hard to make in other languages
DATA Scratch is lacking arrays and strings though
DATA Which make things easier
DATA You should expiriment with different programming languages
DATA And when you find one you like you should stick with it!!!
DATA ZZZZZ
END SUB
Last edited by geckofreak (2008-05-29 20:33:20)

My Wii Friend Code 5069-3634-2461
Offline
CFCRubiks wrote:
Fix the link please (there is no such thing as hptt
) And it's for windows only!!!!! I have a mac!
ya, same. tey should have a mac version

Offline
PRINT "There are versions of basic that work for macs"
END

My Wii Friend Code 5069-3634-2461
Offline
geckofreak wrote:
PRINT "No offense but basic isn't good"
PRINT "There are now multiple forms of basic each with their specialties"
LET Text$ = "I am typing in code for true basic, what we use in my school"
PRINT Text$
READ Text$
PRINT Text$
READ Text$
PRINT Text$ ;
READ Text$
PRINT Text$
READ Text$
PRINT Text$ ;
READ Text$
PRINT Text$
CALL MoreText
DATA Scratch is meant to by an introduction to programing
DATA Scratch is meant to get young children into programing
DATA through an easy to understand langauge, I suggest you find a
DATA version of basic that is right for you and your interests
END
SUB MoreText
PRINT "I suggest that people look into using a form of basic"
PRINT "But Scratch, just like any programing langauge, has it's own";
PRINT "advantages and disavantages"
DIM Text$(7)
LET Q = 1
READ Text$(Q)
DO WHILE Text$(Q) <> "ZZZZZ"
PRINT Text$(Q)
LET Q = Q + 1
READ Text$(Q)
LOOP
DATA Scratch is based primarilly on images and games
DATA Images and games are hard to make in other languages
DATA Scratch is lacking arrays and strings though
DATA Which make things easier
DATA You should expiriment with different programming languages
DATA And when you find one you like you should stick with it!!!
DATA ZZZZZ
END SUB
umm geckofreak, u do know that true basic is not popular in most places? true basic is actually one of the worser languages...
Offline
siddthesquid wrote:
geckofreak wrote:
PRINT "No offense but basic isn't good"
PRINT "There are now multiple forms of basic each with their specialties"
LET Text$ = "I am typing in code for true basic, what we use in my school"
PRINT Text$
READ Text$
PRINT Text$
READ Text$
PRINT Text$ ;
READ Text$
PRINT Text$
READ Text$
PRINT Text$ ;
READ Text$
PRINT Text$
CALL MoreText
DATA Scratch is meant to by an introduction to programing
DATA Scratch is meant to get young children into programing
DATA through an easy to understand langauge, I suggest you find a
DATA version of basic that is right for you and your interests
END
SUB MoreText
PRINT "I suggest that people look into using a form of basic"
PRINT "But Scratch, just like any programing langauge, has it's own";
PRINT "advantages and disavantages"
DIM Text$(7)
LET Q = 1
READ Text$(Q)
DO WHILE Text$(Q) <> "ZZZZZ"
PRINT Text$(Q)
LET Q = Q + 1
READ Text$(Q)
LOOP
DATA Scratch is based primarilly on images and games
DATA Images and games are hard to make in other languages
DATA Scratch is lacking arrays and strings though
DATA Which make things easier
DATA You should expiriment with different programming languages
DATA And when you find one you like you should stick with it!!!
DATA ZZZZZ
END SUBumm geckofreak, u do know that true basic is not popular in most places? true basic is actually one of the worser languages...
Yes I know. (Sidd, you can call me by my real name if you want to)

My Wii Friend Code 5069-3634-2461
Offline
funkymonkey wrote:
CFCRubiks wrote:
Fix the link please (there is no such thing as hptt
) And it's for windows only!!!!! I have a mac!
ya, same. tey should have a mac version
I agree. They really should.
*sigh* Boot Camp it is...
Last edited by hmnwilson (2008-05-30 23:21:31)
Offline
N-Wear wrote:
Hi every one!! I'm here to help you learn another type of programing called Basic! Basic is a type in language that is one of the most "basic" of all typs of programing. First go to http://www.justbasic.com to get a free copy of the softwere. Then check out my "Learning Basic Lessons". If you have questions ask them here. Also, if you would like to get a book on Basic, follow this link: Programming for the absolute beginner
-N-Wear
LESSONS:
1: http://scratch.mit.edu/projects/N-Wear/175321
N-Wear, I'm trying to make pong, but I need help with the rest. Here's what I have so far:
notice "This is a test game. There may be glitches"
confirm "Will you play?"; answer$
-if answer$="yes then
I want the notice and the confirm to come before the program starts. When yes is clicked, I want it to then start the program. What would I put next? How would I make paddles and balls, and stuff? How would I program them?
Thanks,
Adamman715
http://scratch.mit.edu/users/Adamman715
Offline
Have you heard of QuickBasic for Win 98?
First language I ever learned.
Basic is
Beginners'
All-purpose
Symbolic
Instruction
Code
Last edited by Vista4563 (2009-07-23 15:18:29)
Offline
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
MsgBox("VB2008 is better than JustBasic!")
End Sub
End ClassLast edited by ThePCKid (2010-01-07 19:12:00)
Offline