I am trying to put some blocks into my Scratch 1.4 image (source code), and I know where to put the Blockspec, but I have no idea where to put the code that makes the block do something. Please help
Offline
Two questions:
What category is the block in?
Is the block meant to be used by a sprite, the stage, or both?

Offline
Greenatic wrote:
Two questions:
What category is the block in?
Is the block meant to be used by a sprite, the stage, or both?
The sprite.
Looks.
Offline
Dinoclor wrote:
Greenatic wrote:
Two questions:
What category is the block in?
Is the block meant to be used by a sprite, the stage, or both?The sprite.
Looks.
OK, open the browser and go to Scratch-Objects > ScratchSpriteMorph > looks ops.
You'll see the following "code":
message selector and argument names
"comment stating purpose of message"
| temporary variable names |
statementsReplace this with your code and save.

Offline
Greenatic wrote:
Two questions:
What category is the block in?
Is the block meant to be used by a sprite, the stage, or both?
The ops aren't important. For all I care it could go in motion ops.
Offline