@@ -45,6 +45,9 @@ import libraryPong from './thumbnails/pong.jpg';
45
45
// Imagine a World
46
46
import libraryImagine from './thumbnails/imagine.jpg' ;
47
47
48
+ // Code a Cartoon
49
+ import libraryCodeCartoon from './thumbnails/code-a-cartoon.jpg'
50
+
48
51
// Videos
49
52
import recordASound from './thumbnails/record-a-sound.jpg' ;
50
53
import glideAroundThumb from './thumbnails/glide-around.jpg' ;
@@ -97,7 +100,128 @@ export default {
97
100
] ,
98
101
urlId : 'getStarted'
99
102
} ,
100
-
103
+
104
+ 'code-cartoon' : {
105
+ name : (
106
+ < FormattedMessage
107
+ defaultMessage = "Code a Cartoon"
108
+ description = "Name for the 'Code a Cartoon' how-to"
109
+ id = "gui.howtos.code-cartoon"
110
+ />
111
+ ) ,
112
+ tags : [ 'code-cartoon' ] ,
113
+ // requiredProjectId: '331474033',
114
+ img : libraryCodeCartoon ,
115
+ steps : [
116
+ {
117
+ title : (
118
+ < FormattedMessage
119
+ defaultMessage = "Say Something When You Click the Green Flag"
120
+ description = "Step name for 'Say Something When You Click the Green Flag' step"
121
+ id = "gui.howtos.code-cartoon.step_codeCartoonSaySomething"
122
+ />
123
+ ) ,
124
+ image : 'codeCartoonSaySomething'
125
+ } , {
126
+ title : (
127
+ < FormattedMessage
128
+ defaultMessage = "Animate a Character When You Click It"
129
+ description = "Step name for 'Animate a Character When You Click It' step"
130
+ id = "gui.howtos.code-cartoon.step_codeCartoonAnimate"
131
+ />
132
+ ) ,
133
+ image : 'codeCartoonAnimate'
134
+ } , {
135
+ title : (
136
+ < FormattedMessage
137
+ defaultMessage = "Select a Different Character"
138
+ description = "Step name for 'Select a Different Character' step"
139
+ id = "gui.howtos.code-cartoon.step_codeCartoonSelectDifferentCharacter"
140
+ />
141
+ ) ,
142
+ image : 'codeCartoonSelectDifferentCharacter'
143
+ } , {
144
+ title : (
145
+ < FormattedMessage
146
+ defaultMessage = "Use a Minus Sign to Get Smaller"
147
+ description = "Step name for 'Use a Minus Sign to Get Smaller' step"
148
+ id = "gui.howtos.code-cartoon.step_codeCartoonUseMinusSign"
149
+ />
150
+ ) ,
151
+ image : 'codeCartoonUseMinusSign'
152
+ } , {
153
+ title : (
154
+ < FormattedMessage
155
+ defaultMessage = "Make a Character Grow and Shrink"
156
+ description = "Step name for 'Make a Character Grow and Shrink' step"
157
+ id = "gui.howtos.code-cartoon.step_codeCartoonGrowShrink"
158
+ />
159
+ ) ,
160
+ image : 'codeCartoonGrowShrink'
161
+ } , {
162
+ title : (
163
+ < FormattedMessage
164
+ defaultMessage = "Select a Different Character"
165
+ description = "Step name for 'Select a Different Character' step"
166
+ id = "gui.howtos.code-cartoon.step_codeCartoonSelectAnotherDifferentCharacter"
167
+ />
168
+ ) ,
169
+ image : 'codeCartoonSelectAnotherDifferentCharacter'
170
+ } , {
171
+ title : (
172
+ < FormattedMessage
173
+ defaultMessage = "Jump Up and Down"
174
+ description = "Step name for 'Jump Up and Down' step"
175
+ id = "gui.howtos.code-cartoon.step_codeCartoonJump"
176
+ />
177
+ ) ,
178
+ image : 'codeCartoonJump'
179
+ } , {
180
+ title : (
181
+ < FormattedMessage
182
+ defaultMessage = "Click a Character to Change Scenes"
183
+ description = "Step name for 'Click a Character to Change Scenes' step"
184
+ id = "gui.howtos.code-cartoon.step_codeCartoonChangeScenes"
185
+ />
186
+ ) ,
187
+ image : 'codeCartoonChangeScenes'
188
+ } , {
189
+ title : (
190
+ < FormattedMessage
191
+ defaultMessage = "Glide Around"
192
+ description = "Step name for 'Glide Around' step"
193
+ id = "gui.howtos.code-cartoon.step_codeCartoonGlideAround"
194
+ />
195
+ ) ,
196
+ image : 'codeCartoonGlideAround'
197
+ } , {
198
+ title : (
199
+ < FormattedMessage
200
+ defaultMessage = "Change Costumes"
201
+ description = "Step name for 'Change Costumes' step"
202
+ id = "gui.howtos.code-cartoon.step_codeCartoonChangeCostumes"
203
+ />
204
+ ) ,
205
+ image : 'codeCartoonChangeCostumes'
206
+ } , {
207
+ title : (
208
+ < FormattedMessage
209
+ defaultMessage = "Choose More Characters to Add to Your Cartoon"
210
+ description = "Step name for 'Choose More Characters to Add to Your Cartoon' step"
211
+ id = "gui.howtos.code-cartoon.step_codeCartoonChooseMoreCharacters"
212
+ />
213
+ ) ,
214
+ image : 'codeCartoonChooseMoreCharacters'
215
+ } , {
216
+ deckIds : [
217
+ 'Chase-Game' ,
218
+ 'Tell-A-Story'
219
+ ]
220
+ }
221
+ ] ,
222
+ urlId : 'code-cartoon'
223
+ } ,
224
+
101
225
'animate-a-name' : {
102
226
name : (
103
227
< FormattedMessage
0 commit comments