Setting a series of game tiles, cards, etc. is a very common need in Scratch projects. Creating new Sprites for each tile or card is normally a bad idea since you have to create identical scripts for each sprite. See Inside or Remix to see how to use cloning to setup a grid with Sprite clones.
Created by Crisostimo