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
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)
Offline
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.
Offline
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?
Offline
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
Offline
No... I think there's an option somewhere that said generate project summary.
Offline
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
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