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

#1 2012-06-24 07:49:29

Afarmaa
New Scratcher
Registered: 2012-05-20
Posts: 2

Programming languages within scratch:

To make yourself REALLY look clever, make a scratch program with a list, that can step through, like it was a code! so:

when gf clicked
if <(item(variable) of [list v]) = [sayhello]>
 say [hello!] for (3) secs
end
so, from then, you can just make different tags, inside if statements, like:
when gf clicked
if <(item(variable) of [list v]) = [move x by 2]>
 change x by (2)
end
by the way, see my program writer, called: "PM, a scratch- based programming language"

-See ya!

Offline

 

#2 2012-06-24 07:54:00

Afarmaa
New Scratcher
Registered: 2012-05-20
Posts: 2

Re: Programming languages within scratch:

By the way, when I first saw a scratch language, I thought it was so cool  cool , because it allowed me to skip through the text, and DEBUG! awesome!  big_smile !!!!

- seeya!

Offline

 

#3 2012-06-24 18:26:24

humhumgames
Scratcher
Registered: 2012-03-26
Posts: 1000+

Re: Programming languages within scratch:

That's pretty clever...

Offline

 

#4 2012-06-25 02:17:36

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: Programming languages within scratch:

There are several projects of this type already, but this seems interesting.


http://trinary.tk/images/signature_.php

Offline

 

Board footer