You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+5-169Lines changed: 5 additions & 169 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,17 @@ layout: home
4
4
5
5
hero:
6
6
name: "Scratch Specification"
7
-
tagline: "A detailed explanation of how Scratch 3.0 works."
7
+
tagline: "A detailed explanation of how Scratch 3.0 works. WIP. This is in early stages and not yet complete."
8
8
actions:
9
9
- theme: brand
10
10
text: Introduction
11
11
link: /intro/
12
+
- theme: alt
13
+
text: Contents
14
+
link: /contents/
12
15
- theme: alt
13
16
text: FAQ
14
17
link: /intro/#faq
15
-
- theme: alt
16
-
text: Quickstart
17
-
link: /intro/#where-to-start
18
18
19
19
features:
20
20
- title: Introduction
@@ -41,168 +41,4 @@ features:
41
41
- title: Scratch Link
42
42
link: /devices/
43
43
details: How Scratch interacts with programmable hardware components.
44
-
45
-
---
46
-
47
-
#
48
-
49
-
::: info
50
-
51
-
This specification is a **work in progress**. Some pages may be moved, some sections are not yet written, and some ideas are still in the works. Check back for updates!
52
-
53
-
:::
54
-
55
-
## Contents
56
-
57
-
*[Scratch Specification](#)
58
-
*[Contents](#contents)
59
-
*[Introduction](/intro/)
60
-
*[Preliminaries](/intro/#preliminaries)
61
-
*[Sources](/intro/#sources)
62
-
*[Contributing](/intro/#contributing)
63
-
*[FAQ](/intro/#faq)
64
-
*[Where to start?](/intro/#where-to-start)
65
-
*[What's the point?](/intro/#whats-the-point)
66
-
*[Why?](/intro/#why)
67
-
*[TODO](#todo)
68
-
*[TODO: Blocks](#todo-blocks)
69
-
*[Concepts](/concepts/)
70
-
*[Capabilities](/concepts/#capabilities)
71
-
*[Constants](/concepts/#constants)
72
-
*[Stage Bounds](/concepts/#stage-bounds)
73
-
*[Stage Width](/concepts/#stage-width)
74
-
*[Stage Height](/concepts/#stage-height)
75
-
*[Left Edge](/concepts/#left-edge)
76
-
*[Right Edge](/concepts/#right-edge)
77
-
*[Top Edge](/concepts/#top-edge)
78
-
*[Bottom Edge](/concepts/#bottom-edge)
79
-
*[Limits](/concepts/#limits)
80
-
*[Max Items](/concepts/#max-items)
81
-
*[Max Clones](/concepts/#max-clones)
82
-
*[Ideas](/concepts/#ideas)
83
-
*[Asset](/concepts/#asset)
84
-
*[Costume](/concepts/#costume)
85
-
*[Sound](/concepts/#sound)
86
-
*[Block](/concepts/#block)
87
-
*[Standard Blocks](/concepts/#standard-blocks)
88
-
*[Hidden Blocks](/concepts/#hidden-blocks)
89
-
*[Clone](/concepts/#clone)
90
-
*[Edge](/concepts/#edge)
91
-
*[Flag](/concepts/#flag)
92
-
*[JavaScript](/concepts/#javascript)
93
-
*[List](/concepts/#list)
94
-
*[Mod](/concepts/#mod)
95
-
*[Opcode](/concepts/#opcode)
96
-
*[Project](/concepts/#project)
97
-
*[Runtime](/concepts/#runtime)
98
-
*[Script](/concepts/#script)
99
-
*[Sprite](/concepts/#sprite)
100
-
*[Stage](/concepts/#stage)
101
-
*[Target](/concepts/#target)
102
-
*[User](/concepts/#user)
103
-
*[Variable](/concepts/#variable)
104
-
*[Values](/concepts/#values)
105
-
*[Value](/concepts/#value)
106
-
*[Angle](/concepts/#angle)
107
-
*[Answer](/concepts/#answer)
108
-
*[Boolean](/concepts/#boolean)
109
-
*[True](/concepts/#true)
110
-
*[False](/concepts/#false)
111
-
*[Direction](/concepts/#direction)
112
-
*[Integer](/concepts/#integer)
113
-
*[Item](/concepts/#item)
114
-
*[Key](/concepts/#key)
115
-
*[Length](/concepts/#length)
116
-
*[Letter](/concepts/#letter)
117
-
*[Name](/concepts/#name)
118
-
*[Number](/concepts/#number)
119
-
*[Infinity](/concepts/#infinity)
120
-
*[-Infinity](/concepts/#-infinity)
121
-
*[NaN](/concepts/#nan)
122
-
*[Rotation Style](/concepts/#rotation-style)
123
-
*[Rotation Style: All Around](/concepts/#rotation-style-all-around)
0 commit comments