Lista de relojes

Estoy trabajando en un juego que necesita varios temporizadores, creé una lista de relojes para programar todos ellos en un bloque, pero no sé que bloque usar para asociar la lista con el temporizador. Es decir, cuando es un solo reloj se utiliza el bloque "cuando reloj1. temporizador" pero para el caso de una lista no encuentro.

Agradezco la ayuda que me puedan brindar

Welcome
Share an image of your Blocks and a more detailed explanation about what you want to happen.
Then, someone will probably give you some specific advice.

Until then, Use the advice here that shows how to use conditional statements Edwin Programming Your App to Make Decisions

and these resources to help you learn to use the AI2 tools. A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.

There is a free programming course here http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles

How to do a lot of basic things with App Inventor are described here: http://www.appinventor.org/content/howDoYou/eventHandling .

Also look here http://kio4.com/appinventor/index.htm and here http://www.imagnity.com/tutorial-index/ for more tutorials.

Learn about components http://ai2.appinventor.mit.edu/reference/components/
and visit the Library http://appinventor.mit.edu/explore/library Help>Library on the MENU

You can associate components with variables holding SystemTime deadlines for their next phase.

Some sample projects ...

With good record keeping, you can manage multiple future events with a single Clock component.