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