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

#1 2009-08-19 12:47:39

butheadrecoverdwpa
Scratcher
Registered: 2009-01-25
Posts: 25

text edit button

im kinda wanting a button that would convert your scripts to text for example:
<when green flag clicked>
<forever if> <( <mouse x> <=> <x position> )>
<play sound[ music ]and waits>
to:
project start
upload c:/documents and settings/someone/desktop/music.wav class:sound
loop<end1>
if<end2> (mousex=xposition)
play music and-wait
end2
end1
project end
but actually im making something like that for linux.you can find the beta here
its called protex
i know its not very good but what do you expect from a seven year old who just started learning linux
to install type
cd Desktop/
then
chmod +x runme
then
./runme
in a terminal
every command has to start with ./ in v1 (this one)

Last edited by butheadrecoverdwpa (2009-08-19 12:51:05)

Offline

 

Board footer