File size: 4,072 Bytes
3d3703f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
  "event_whenflagclicked_1": {
    "block_name": "when green flag pressed",
    "block_type": "Events",
    "op_code": "event_whenflagclicked",
    "block_shape": "Hat Block",
    "functionality": "This Hat block initiates the script when the green flag is clicked, serving as the common starting point for most Scratch projects.",
    "inputs": {},
    "fields": {},
    "shadow": false,
    "topLevel": true,
    "parent": null,
    "next": null
  },
  "data_setvariableto_1": {
    "block_name": "set [my variable v] to ()",
    "block_type": "Data",
    "block_shape": "Stack Block",
    "op_code": "data_setvariableto",
    "functionality": "Assigns a specific value (number, string, or boolean) to a variable.",
    "inputs": {
      "VALUE": [
        1,
        [
          10,
          "0"
        ]
      ]
    },
    "fields": {
      "VARIABLE": [
        "my variable",
        "`jEk@4|i[#Fk?(8x)AV.-my variable"
      ]
    },
    "shadow": false,
    "topLevel": true,
    "parent": null,
    "next": null
  },
  "data_setvariableto_2": {
    "block_name": "set [my variable v] to ()",
    "block_type": "Data",
    "block_shape": "Stack Block",
    "op_code": "data_setvariableto",
    "functionality": "Assigns a specific value (number, string, or boolean) to a variable.",
    "inputs": {
      "VALUE": [
        1,
        [
          10,
          "0"
        ]
      ]
    },
    "fields": {
      "VARIABLE": [
        "my variable",
        "`jEk@4|i[#Fk?(8x)AV.-my variable"
      ]
    },
    "shadow": false,
    "topLevel": true,
    "parent": null,
    "next": null
  },
  "control_forever_1": {
    "block_name": "forever",
    "block_type": "Control",
    "block_shape": "C-Block",
    "op_code": "control_forever",
    "functionality": "Continuously runs the blocks inside it.",
    "inputs": {
      "SUBSTACK": [
        2,
        null
      ]
    },
    "fields": {},
    "shadow": false,
    "topLevel": true,
    "parent": null,
    "next": null
  },
  "control_if_1": {
    "block_name": "if <> then",
    "block_type": "Control",
    "block_shape": "C-Block",
    "op_code": "control_if",
    "functionality": "Executes the blocks inside it only if the specified boolean condition is true. [NOTE: it takes boolean blocks as input]",
    "inputs": {
      "CONDITION": [
        2,
        null
      ],
      "SUBSTACK": [
        2,
        null
      ]
    },
    "fields": {},
    "shadow": false,
    "topLevel": true,
    "parent": null,
    "next": null
  },
  "control_wait_1": {
    "block_name": "wait () seconds",
    "block_type": "Control",
    "block_shape": "Stack Block",
    "op_code": "control_wait",
    "functionality": "Pauses the script for a specified duration.",
    "inputs": {
      "DURATION": [
        1,
        [
          5,
          "1"
        ]
      ]
    },
    "fields": {},
    "shadow": false,
    "topLevel": true,
    "parent": null,
    "next": null
  },
  "sensing_touchingobject_1": {
    "block_name": "<touching [edge v]?>",
    "block_type": "Sensing",
    "op_code": "sensing_touchingobject",
    "block_shape": "Boolean Block",
    "functionality": "Checks if its sprite is touching the mouse-pointer, edge, or another specified sprite.",
    "inputs": {
      "TOUCHINGOBJECTMENU": [
        1,
        "sensing_touchingobjectmenu_1"
      ]
    },
    "fields": {},
    "shadow": false,
    "topLevel": true,
    "parent": null,
    "next": null
  },
  "sensing_touchingobjectmenu_1": {
    "block_name": "touching object menu",
    "block_type": "Sensing",
    "block_shape": "Reporter Block",
    "op_code": "sensing_touchingobjectmenu",
    "functionality": "Menu for touching object block.",
    "inputs": {},
    "fields": {
      "TOUCHINGOBJECTMENU": [
        "_mouse_",
        null
      ]
    },
    "shadow": true,
    "topLevel": false,
    "next": null,
    "parent": "sensing_touchingobject_1"
  }
}