Skip to main content
CS Teaching Tips

Main navigation

  • Browse All Tips
  • Tags
  • 3D
  • About
  • Rate Tips
  • Tip Sheets

Suggest that students use the “when green flag clicked” block when creating clones in Scratch to avoid exponential cloning.

Share Suggest that students use the “when green flag clicked” block when creating clones in Scratch to avoid exponential cloning. with FacebookShare Suggest that students use the “when green flag clicked” block when creating clones in Scratch to avoid exponential cloning. with Twitter
  • If students create clones with another block, like "when spacebar pressed", these clones will also create clones when the spacebar is pressed, so the total number of clones increases by a factor of 2 every time the spacebar is pressed. This is generally unwanted behavior.

More about this tip

Tags

  • Content Misconceptions
  • Scratch
  • Intro Programming
External Source

Learn to Program with Scratch by Majed Marji

Other Tips By
Other Tips By Majed Marji

Similar tips

Explicitly demonstrate how and where to set up a file for writing code because students often struggle with where to place code.
Have students develop a Java program that plots pictures in a 2D grid to practice 2D array processing with a focus on nested loops.
Misconception: Students incorrectly assume that Java’s substring method is destructive and wrongly anticipate the original string will change.

For more information or to report a bug, contact us at admin@csteachingtips.org. Built with Bootstrap. Powered by Drupal.

Privacy Policy