@@ -1197,105 +1197,6 @@ export default {
1197
1197
urlId : 'code-cartoon'
1198
1198
} ,
1199
1199
1200
- 'cartoon-network' : {
1201
- name : (
1202
- < FormattedMessage
1203
- defaultMessage = "Animate an Adventure Game"
1204
- description = "Animate an Adventure Game' how-to"
1205
- id = "gui.howtos.cartoon-network"
1206
- />
1207
- ) ,
1208
- requiredProjectId : '249143200' ,
1209
- img : libraryCartoonNetwork ,
1210
- steps : [ {
1211
- video : 'uz5oz5h9yg' ,
1212
- trackingPixel : (
1213
- < img src = "https://code.org/api/hour/begin_scratch_adventure.png" />
1214
- )
1215
- } , {
1216
- title : (
1217
- < FormattedMessage
1218
- defaultMessage = "Choose a Character to Show"
1219
- description = "Step name for 'Choose a Character to Show' step"
1220
- id = "gui.howtos.cartoon-network.step_CNcharacter"
1221
- />
1222
- ) ,
1223
- image : 'cnShowCharacter'
1224
- } , {
1225
- title : (
1226
- < FormattedMessage
1227
- defaultMessage = "Say Something"
1228
- description = "Step name for 'Say Something' step"
1229
- id = "gui.howtos.cartoon-network.step_CNsay"
1230
- />
1231
- ) ,
1232
- image : 'cnSay'
1233
- } , {
1234
- title : (
1235
- < FormattedMessage
1236
- defaultMessage = "Glide Around"
1237
- description = "Step name for 'Glide Around' step"
1238
- id = "gui.howtos.cartoon-network.step_CNglide"
1239
- />
1240
- ) ,
1241
- image : 'cnGlide'
1242
- } , {
1243
- title : (
1244
- < FormattedMessage
1245
- defaultMessage = " Choose an Object to Chase "
1246
- description = "Step name for 'Choose an Object to Chase' step"
1247
- id = "gui.howtos.cartoon-network.step_CNpicksprite"
1248
- />
1249
- ) ,
1250
- image : 'cnPickSprite'
1251
- } , {
1252
- title : (
1253
- < FormattedMessage
1254
- defaultMessage = "Collect Objects"
1255
- description = "Step name for 'Collect Objects' step"
1256
- id = "gui.howtos.cartoon-network.step_CNcollect"
1257
- />
1258
- ) ,
1259
- image : 'cnCollect'
1260
- } , {
1261
- title : (
1262
- < FormattedMessage
1263
- defaultMessage = "Make a Score Variable"
1264
- description = "Step name for 'Make a Score Variable' step"
1265
- id = "gui.howtos.cartoon-network.step_CNvariable"
1266
- />
1267
- ) ,
1268
- image : 'cnVariable'
1269
- } , {
1270
- title : (
1271
- < FormattedMessage
1272
- defaultMessage = "Keep Score"
1273
- description = "Step name for 'Keep Score' step"
1274
- id = "gui.howtos.cartoon-network.step_CNscore"
1275
- />
1276
- ) ,
1277
- image : 'cnScore'
1278
- } , {
1279
- title : (
1280
- < FormattedMessage
1281
- defaultMessage = "Level Up: Change Backdrop"
1282
- description = "Step name for 'Level Up: Change Backdrop' step"
1283
- id = "gui.howtos.cartoon-network.step_CNbackdrop"
1284
- />
1285
- ) ,
1286
- image : 'cnBackdrop'
1287
- } ,
1288
- {
1289
- video : '6o76f5ivo1'
1290
- } ,
1291
- {
1292
- deckIds : [
1293
- 'switch-costume' ,
1294
- 'add-effects'
1295
- ]
1296
- }
1297
- ] ,
1298
-
1299
1200
'cartoon-network' : {
1300
1201
name : (
1301
1202
< FormattedMessage
0 commit comments