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

#1 2013-05-04 20:08:50

Hopin
New Scratcher
Registered: 2013-05-03
Posts: 3

How can I see the Scratch code?

Hi everyone!

I want to see my project of Scratch code (not in form of blocks). Just like:

  when I receive "disparo2"
        go to " "
        point in direction direccion2
        move 10 steps
        show
        forever
            move 10 steps
            if touching " "?
                hide
                stop script
            wait 0.01 secs
    end


I use Scratch 1.4 and I cannot see how can I do this. Can anybody help me? Thanks.

Offline

 

#2 2013-05-04 23:45:15

MelonInc
Scratcher
Registered: 2012-06-08
Posts: 100+

Re: How can I see the Scratch code?

Hopin wrote:

Hi everyone!

I want to see my project of Scratch code (not in form of blocks). Just like:

  when I receive "disparo2 v"
        go to " "
        point in direction direccion2
        move 10 steps
        show
        forever
            move 10 steps
            if touching " "?
                hide
                stop script
            wait 0.01 secs
    end


I use Scratch 1.4 and I cannot see how can I do this. Can anybody help me? Thanks.

I'm not sure what your asking. Isn't that exactly what you want? You said not block form, which I imagine is Scratch Blocks. That would look like this:

when I receive [disparo2 v]
do stuff

Last edited by MelonInc (2013-05-04 23:46:12)


http://i37.tinypic.com/2qixx6c.png

Offline

 

#3 2013-05-04 23:50:38

joshuaho
Scratcher
Registered: 2012-08-20
Posts: 100+

Re: How can I see the Scratch code?

Hopin wrote:

Hi everyone!

I want to see my project of Scratch code (not in form of blocks). Just like:

  when I receive "disparo2"
        go to " "
        point in direction direccion2
        move 10 steps
        show
        forever
            move 10 steps
            if touching " "?
                hide
                stop script
            wait 0.01 secs
    end


I use Scratch 1.4 and I cannot see how can I do this. Can anybody help me? Thanks.

Just click quote.


Did you know that you can go to space and see Mars by clicking here?

Offline

 

#4 2013-05-05 04:00:21

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: How can I see the Scratch code?

joshuaho wrote:

Hopin wrote:

Hi everyone!

I want to see my project of Scratch code (not in form of blocks). Just like:

[script removed by self]

I use Scratch 1.4 and I cannot see how can I do this. Can anybody help me? Thanks.

Just click quote.

There isn't a "quote" in the 1.4 editor, nor 2.0. ._.

Back on-topic, why'd you even need to see it in text form when the blocks are already in text?


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#5 2013-05-05 06:33:17

Hopin
New Scratcher
Registered: 2013-05-03
Posts: 3

Re: How can I see the Scratch code?

I have the script in blocks but I want to see the TEXT CODE of my project.

In TEXT not in BLOCKS.

Offline

 

#6 2013-05-05 06:34:57

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: How can I see the Scratch code?

There was an app or something for this, but I can't find it. Don't worry though, sb2 files that come with Scratch 2.0, you can open and see the code in text, mostly  smile


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#7 2013-05-05 09:36:11

Hyperbola
Scratcher
Registered: 2013-03-15
Posts: 100+

Re: How can I see the Scratch code?

No... I think there's an option somewhere that said generate project summary.


Tip of the whatever: Don't post in threads older than 2 weeks unless your post will actually be useful.
It's the last day of 1.4! *cries* (quote from NeilWest, rest by me) by the time you read this it probably will be 2.0  sad

Offline

 

#8 2013-05-05 14:07:56

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: How can I see the Scratch code?

Hyperbola wrote:

No... I think there's an option somewhere that said generate project summary.

I think to get there, shift click on the file menu. That should produce what you're looking for.

Offline

 

#9 2013-05-05 14:14:13

Hopin
New Scratcher
Registered: 2013-05-03
Posts: 3

Re: How can I see the Scratch code?

scimonster wrote:

Hyperbola wrote:

No... I think there's an option somewhere that said generate project summary.

I think to get there, shift click on the file menu. That should produce what you're looking for.

Thank you very much. That's just I wanted to know.

Offline

 

Board footer