So I enter all the code stuff for a "make sprite_ move _ steps" and I try to use it. When I press the flag to put this block into action a little screen thing pops up with lines of code and a few options. Help?

Offline
LordAwesome123 wrote:
So I enter all the code stuff for a "make sprite_ move _ steps" and I try to use it. When I press the flag to put this block into action a little screen thing pops up with lines of code and a few options. Help?
That's called an error. What does the screen say? And what is the code you used? And the blockspec? (Just in case you didn't know, that block already exists in the library)

Offline
Blockspeck: ('make %m move %n steps' #- #move:forward:)
Code: move: sprite forward: distance
sprite forward: distance
I forget what the error screen said

Offline
LordAwesome123 wrote:
Blockspeck: ('make %m move %n steps' #- #move:forward:)
Code: move: sprite forward: distance
sprite forward: distance
I forget what the error screen said
you need to put the code in! that's just the method name.
Offline
how do I find codes??? Is it just the same as the blockspeck?

Offline
jslomba wrote:
LordAwesome123 wrote:
Blockspeck: ('make %m move %n steps' #- #move:forward:)
Code: move: sprite forward: distance
sprite forward: distance
I forget what the error screen saidyou need to put the code in! that's just the method name.
No, "move: sprite forward: distance" is the name, "sprite forward: distance" is code.

Offline
Try this: http://scratch.mit.edu/projects/billyedward/487399, and add your own blockspec and code.
Offline