@@ -183,6 +183,21 @@ import codeCartoonGlideAround from './steps/code-cartoon-09-glide-around.en.gif'
183
183
import codeCartoonChangeCostumes from './steps/code-cartoon-10-change-costumes.en.gif' ;
184
184
import codeCartoonChooseMoreCharacters from './steps/code-cartoon-11-choose-more-characters.en.jpg' ;
185
185
186
+ // Talking Tales
187
+ import talesAddExtension from './steps/talking-1-add-extension.en.gif' ;
188
+ import talesChooseSprite from './steps/talking-2-choose-sprite.en.png' ;
189
+ import talesSaySomething from './steps/talking-3-say-something.en.gif' ;
190
+ import talesChooseBackdrop from './steps/talking-4-choose-backdrop.en.png' ;
191
+ import talesSwitchBackdrop from './steps/talking-5-switch-backdrop.en.gif' ;
192
+ import talesChooseAnotherSprite from './steps/talking-6-choose-another-sprite.en.png' ;
193
+ import talesMoveAround from './steps/talking-7-move-around.en.gif' ;
194
+ import talesChooseAnotherBackdrop from './steps/talking-8-choose-another-backdrop.en.png' ;
195
+ import talesAnimateTalking from './steps/talking-9-animate.en.gif' ;
196
+ import talesChooseThirdBackdrop from './steps/talking-10-choose-third-backdrop.en.png' ;
197
+ import talesChooseSound from './steps/talking-11-choose-sound.en.gif' ;
198
+ import talesDanceMoves from './steps/talking-12-dance-moves.en.gif' ;
199
+ import talesAskAnswer from './steps/talking-13-ask-and-answer.en.gif' ;
200
+
186
201
const enImages = {
187
202
// Intro
188
203
introMove : introMove ,
@@ -289,7 +304,7 @@ const enImages = {
289
304
flyAddScenery : flyAddScenery ,
290
305
flyMoveScenery : flyMoveScenery ,
291
306
flySwitchLooks : flySwitchLooks ,
292
-
307
+
293
308
// Pong
294
309
pongAddBackdrop : pongAddBackdrop ,
295
310
pongAddBallSprite : pongAddBallSprite ,
@@ -304,7 +319,7 @@ const enImages = {
304
319
pongResetScore : pongResetScore ,
305
320
pongAddLineSprite : pongAddLineSprite ,
306
321
pongGameOver : pongGameOver ,
307
-
322
+
308
323
// Imagine a World
309
324
imagineTypeWhatYouWant : imagineTypeWhatYouWant ,
310
325
imagineClickGreenFlag : imagineClickGreenFlag ,
@@ -321,26 +336,26 @@ const enImages = {
321
336
imagineSwitchBackdrops : imagineSwitchBackdrops ,
322
337
imagineRecordASound : imagineRecordASound ,
323
338
imagineChooseSound : imagineChooseSound ,
324
-
339
+
325
340
// Add a Backdrop
326
341
addBackdrop : addBackdrop ,
327
-
342
+
328
343
// Add Effects
329
344
addEffects : addEffects ,
330
-
345
+
331
346
// Hide and Show
332
347
hideAndShow : hideAndShow ,
333
-
348
+
334
349
// Switch Costumes
335
350
switchCostumes : switchCostumes ,
336
-
351
+
337
352
// Change Size
338
353
changeSize : changeSize ,
339
-
354
+
340
355
// Spin
341
356
spinTurn : spinTurn ,
342
357
spinPointInDirection : spinPointInDirection ,
343
-
358
+
344
359
// Record a Sound
345
360
recordASoundSoundsTab : recordASoundSoundsTab ,
346
361
recordASoundClickRecord : recordASoundClickRecord ,
@@ -355,7 +370,7 @@ const enImages = {
355
370
// Glide Around
356
371
glideAroundBackAndForth : glideAroundBackAndForth ,
357
372
glideAroundPoint : glideAroundPoint ,
358
-
373
+
359
374
// Code a Cartoon
360
375
codeCartoonSaySomething : codeCartoonSaySomething ,
361
376
codeCartoonAnimate : codeCartoonAnimate ,
@@ -367,8 +382,22 @@ const enImages = {
367
382
codeCartoonChangeScenes : codeCartoonChangeScenes ,
368
383
codeCartoonGlideAround : codeCartoonGlideAround ,
369
384
codeCartoonChangeCostumes : codeCartoonChangeCostumes ,
370
- codeCartoonChooseMoreCharacters : codeCartoonChooseMoreCharacters
371
-
385
+ codeCartoonChooseMoreCharacters : codeCartoonChooseMoreCharacters ,
386
+
387
+ // Talking Tales
388
+ talesAddExtension : talesAddExtension ,
389
+ talesChooseSprite : talesChooseSprite ,
390
+ talesSaySomething : talesSaySomething ,
391
+ talesAskAnswer : talesAskAnswer ,
392
+ talesChooseBackdrop : talesChooseBackdrop ,
393
+ talesSwitchBackdrop : talesSwitchBackdrop ,
394
+ talesChooseAnotherSprite : talesChooseAnotherSprite ,
395
+ talesMoveAround : talesMoveAround ,
396
+ talesChooseAnotherBackdrop : talesChooseAnotherBackdrop ,
397
+ talesAnimateTalking : talesAnimateTalking ,
398
+ talesChooseThirdBackdrop : talesChooseThirdBackdrop ,
399
+ talesChooseSound : talesChooseSound ,
400
+ talesDanceMoves : talesDanceMoves
372
401
} ;
373
402
374
403
0 commit comments