У нас вы можете посмотреть бесплатно Assignment 5 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
1) Share your project and add it to the class Studio (Assignment 5) 2) Select any background and choose 1 main sprite 3) Initialize your MAIN sprite so the project can run more than once: set starting x and y location set size (if needed) set starting costume 4) Make your MAIN sprite walk across the screen: use a repeat block to change costumes (animation) use glide blocks to move across the screen 5) After walking, have your MAIN sprite say: "Where is everyone?" (or something similar) 6) Add 3 NEW sprites 7) Initialize ALL 3 new sprites so the project can run more than once: set starting x and y locations hide when the green flag is clicked set a starting costume (if needed) 8) Use broadcast + when I receive blocks to control what happens next (don’t just use wait blocks) 9) After the main sprite asks the question, broadcast a message to make the 3 new sprites show up 10) When the sprites show up: Sprite A: show up and say "Here we are!" (or something similar) Sprite B: show up and walk over to the main sprite using: repeat + costume changes (animation) glide blocks (movement) Sprite C: show up and do something of your choice (but it MUST do something) 1) Comparte tu proyecto y agrégalo al Studio de la clase (Assignment 5) 2) Selecciona cualquier fondo y elige 1 sprite principal 3) Inicializa tu SPRITE PRINCIPAL para que el programa pueda ejecutarse más de una vez: establece la posición inicial (x y y) establece el tamaño (si es necesario) establece el disfraz inicial 4) Haz que tu SPRITE PRINCIPAL camine por la pantalla: usa un bloque repeat para cambiar disfraces (animación) usa bloques glide para moverse por la pantalla 5) Después de caminar, haz que tu SPRITE PRINCIPAL diga: "¿Dónde está todos?" (o algo similar) 6) Agrega 3 NUEVOS sprites 7) Inicializa los 3 nuevos sprites para que el programa pueda ejecutarse más de una vez: establece posiciones iniciales (x y y) esconder cuando se haga clic en la bandera verde establece un disfraz inicial (si es necesario) 8) Usa broadcast y when I receive para controlar lo que sucede después (no solo uses bloques wait) 9) Después de que el sprite principal haga la pregunta, envía un broadcast para que los 3 nuevos sprites aparezcan 10) Cuando los sprites aparezcan: Sprite A: aparece y dice "¡Aquí estamos!" (o algo similar) Sprite B: aparece y camina hacia el sprite principal usando: repeat + cambios de disfraz (animación) bloques glide (movimiento) Sprite C: aparece y hace algo de tu elección (pero DEBE hacer algo)