Game Preview

Scratch Clone

  •  English    9     Public
    Basic question related to clone
  •   Study   Slideshow
  • Which block will create a clone of a sprite?
    create clone of myself
  •  20
  • Which event will be used to program for clones?
    When I start as a clone
  •  20
  • Which block will be used to delete a clone?
    delete this clone
  •  20
  • When running the following program, how many clones will be created?
    10 clones (and 1 original sprite)
  •  20
  • When running the following program, how many clones will be created?
    The program creates clone FOREVER. However, Scratch only can create 300 clones
  •  20
  • Which block is missing from the program that prevents Taco from falling forever (even we put create clone of myself block inside forever block)?
    delete this clone (Scratch only can create 300 clones)
  •  20
  • Why do my clones not go to random positions and change their color?
    'When green flag clicked' is not the event for programming clones
  •  20
  • What are the minimum and maximum of the x-axis?
    -240 and 240
  •  20
  • What are the minimum and maximum of the y-axis?
    -180 and 180
  •  20