Game Preview

MakeCode Programming test

  •  Spanish    11     Public
    makecode
  •   Study   Slideshow
  • In which section you can find the block that let you change the position of a character?
    Sprites
  •  15
  • In which section you can find the block that let you add velocity to yor character?
    Sprites
  •  15
  • If you want to move your character from left to right, which axis should be zero?
    y axis
  •  15
  • If you want to move your character up and down, which axis should be zero?
    x axis
  •  15
  • What block and how would you change the speed of the movement of a character?
    Velocity Block and changing the value of the axis
  •  25
  • IN WHICH SECTION WOULD YOU FIND THE BLOCK TO CONTROL THE SHOOTING OF THE BALL?
    Controller section
  •  15
  • Should the ball be defined as a projectile?
    Yes
  •  15
  • Should the basketball hoop be defined as a player type? yes no? and why?
    No
  •  25
  • In order to add a text on the screen should you add a new extension?
    Yes, a extesion called text Sprite
  •  15
  • Can you change the color ad background of the text?
    Yes
  •  15
  • For what process the block of "OVERLAPPING" is used on the game?
    To define what will happen when the ball touches the hoop
  •  15