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

#1 2009-11-27 22:23:16

what-the
Scratcher
Registered: 2009-10-04
Posts: 1000+

Visual Scratch (programming language)

Visual Scratch is a new progamming language that combines visual basic and scratch together. It's main purpose is to help scratchers get use to the visual basic style of programming, while being relivent to scratch. It's a 1 sprite, 1 script project and the script is so long just scrolling to the bottom of it takes ages and it almost makes scratch crash if you do it to fast.

Current features:

You can enter most commands that are relevent to making something happening on scratch.

It has an auto complete feature built in.

Variable can be decleared as interger , double or boolean ( string comming soon)
Variables can't be given the same name (yes it knows if you do)
Variable can't be given a false type

When the program asks for code this is what you can enter at the moment.

enter "new sub" to start coding
then enter a condition

"loop" does the following code forever
"if loop" if the condition is true it does the code forever
"do once" does the code once
----- (comming soon)
----- (comming soon)
----- (comming soon)

after entering the condition you can than enter action code

"goto"
"set"
"move"
"wait"
"hide"
"show"
"direction"
"ghost"
----- (comming soon)
----- (comming soon)
----- (comming soon)

Then you stop the condition with "stop"

You can then enter another condition or enter:
"end sub" to end the sub and return to look at the commands you can enter section
"end" to end everything


If you end everything you will be notified that you have ended everything you are then given two options:

delete everything and start again
or play your code (comming soon)
______________________________________
click the link to go to the latest version of Visual Scratch http://scratch.mit.edu/projects/what-the/776192

If you want to see the amount of work I put into the 1 sprite, 1 script project then download it but if your computer is slow or not very powerful than don't it will probably crash.

Next update within the next week will feature your code in action or at least new commands.

If you have any comments post them here or on the project ( Both if you must)


http://imageshack.us/m/64/9034/ddfss.pngMy site
Find someone post count. Click posts under username. Find number of pages. Times that by 40 for min and 60 for max and you have a rough estimate of post count.

Offline

 

Board footer