This videogame seems to be haunted. When the lights go out, the ghosts come out. Beat the videogame to defeat them!
  • ¿QUÉ NECESITO PARA COMENZAR?

    1
    Software
    Scratch Online

    Scratch es un entorno de programación por bloques con el cual aprender a programar de manera divertida.
    En el paso a paso de la actividad encontrarás un botón que te redirigirá a su editor online. ¡Te damos parte del código hecho, anímate a completarlo!
    Aprende más sobre Scratch en la página de tecnologías creativas de CLOQQ.

  • ¡COMIENZA TU PROYECTO!

    [{"id":74523,"node_id":"0","position":1,"comment":"","status":"1","deleted":"0","methodology_id":"36519","name":"Introducción","type_element":"2","context":"user_bp","object":null,"tool_name":"Introducción","tool_hash":"","graph_id":"37516","is_new":0,"arrows":[],"equivalence":false,"extra_data":"","timer":"0","comment_modal":"1","element":false,"type":"level_jump","icon":"medal.png","timetracking":null,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":62040,"node_id":"50545","position":2,"comment":"","status":"1","deleted":"0","methodology_id":"36519","name":"Ir a Scratch","type_element":"0","context":"user_bp","object":"null","tool_name":"Ir a Scratch","tool_hash":"","graph_id":"37516","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":47468,"params":[{"name":"name_card","value":"Open Scratch"},{"name":"text_card","value":"Open the Scratch editor. If you don't have an account, you can create one. It's easy, and it won't take long! <br><br>Click on "Remix." <br><br>Remember not to close the CLOQQ window so that you know what the next steps are!"},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"yes"},{"name":"name_external_link","value":"Go to Scratch"},{"name":"url_external_link","value":"https://scratch.mit.edu/projects/182308494/"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10491},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":62041,"node_id":"51571","position":3,"comment":"","status":"1","deleted":"0","methodology_id":"36519","name":"Tamaño bombilla","type_element":"0","context":"user_bp","object":"null","tool_name":"Tamaño bombilla","tool_hash":"","graph_id":"37516","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":47466,"params":[{"name":"name_card","value":"Change size"},{"name":"text_card","value":"The objective of the game is for the light bulb to reach the switch without touching any ghosts. <br><br>When you run the program, you'll see that the light bulb is too big. <br><br>Click on the light bulb and program it so that WHEN you PRESS the X and Z keys, it changes size. <br><br>You can choose the keys you want instead of X and Z."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10620},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":61049,"node_id":"50542","position":4,"comment":"","status":"1","deleted":"0","methodology_id":"36519","name":"Movimiento bombilla","type_element":"0","context":"user_bp","object":"null","tool_name":"Movimiento bombilla","tool_hash":"","graph_id":"37516","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":49529,"params":[{"name":"name_card","value":"Move it!"},{"name":"text_card","value":"Click on the green flag and try to move the light bulb with the arrows on your keyboard. <br><br>Did you notice that you can only move it left and right?<br><br>Look at the code to figure out how that part is programmed. <br><br>Copy it and change the movement so that IF you press the up and down arrows on your keyboard, THEN the light bulb moves in those directions."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10787},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":62042,"node_id":"50543","position":5,"comment":"","status":"1","deleted":"0","methodology_id":"36519","name":"Control de tiempo","type_element":"0","context":"user_bp","object":"null","tool_name":"Control de tiempo","tool_hash":"","graph_id":"37516","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":47467,"params":[{"name":"name_card","value":"Get a move on"},{"name":"text_card","value":"Click on the stage. Finish the code to add a time limit to your game. <br><br>This way, IF the light bulb doesn't reach the switch before the time you've indicated in the code runs out, THEN the game will end, and you'll have to try again."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10450},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":62043,"node_id":"50541","position":6,"comment":"","status":"1","deleted":"0","methodology_id":"36519","name":"Probar","type_element":"0","context":"user_bp","object":"null","tool_name":"Probar","tool_hash":"","graph_id":"37516","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":49528,"params":[{"name":"name_card","value":"Play!"},{"name":"text_card","value":"Click on the green flag in Scratch and make sure that everything works as expected.<br><br>It's time to play! <br><br>Challenge your friends and don't give up."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":11830},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":61050,"node_id":"50546","position":7,"comment":"","status":"1","deleted":"0","methodology_id":"36519","name":"Personalizar, cambiar valores","type_element":"0","context":"user_bp","object":"null","tool_name":"Personalizar, cambiar valores","tool_hash":"","graph_id":"37516","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":47469,"params":[{"name":"name_card","value":"Create!"},{"name":"text_card","value":"Customize your game.&nbsp;<br><br>Does it seem complicated? Straightforward? <br><br>Watch how the time you have to reach the switch or speed changes. <br><br>Change values, customize it, and have fun."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10710},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":62044,"node_id":"50544","position":8,"comment":"","status":"1","deleted":"0","methodology_id":"36519","name":"Descarga tu proyecto","type_element":"0","context":"user_bp","object":"null","tool_name":"Descarga tu proyecto","tool_hash":"","graph_id":"37516","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":49530,"params":[{"name":"name_card","value":"Download your project"},{"name":"text_card","value":"To save your project, click on the "File" heading at the top of the menu and select "Download to your computer.""},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10220},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"arrows":[],"comment":"End_itinerary_message","context":"bp","element":false,"equivalence":false,"graph_id":"37516","icon":"medal.png","id":0,"is_complete":0,"is_new":0,"name":"End_itinerary","node_id":1,"object":null,"position":9,"status":1,"timetracking":null,"tool_hash":"","tool_name":"End_itinerary","type":"level_jump","type_element":2,"timer":0,"comment_modal":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"}]
  • Si te animas a explorar nuevas ideas este no será el final de la actividad.
Las actividades CLOQQ han sido diseñadas y realizadas por un equipo experimentado en tecnologías creativas. El desarrollo de las actividades debe realizarse bajo la supervisión de un adulto.