Just click the green flag
Ho eliminato la gestione a messaggi a favore di una semplice sincronizzazione temporale tra gli sprites. Il dialogo tra i personaggi è più laborioso da implementare ma non fa riferimento al message passing. Può essere una alternativa in caso il concetto di message passing sia difficile da capire e, mostra un metodo alternativo per arrivare allo stesso risultato. I striped off the messages and syncronized the sprites with just the wait n seconds blocks. The sprites need more work to be syncronized but we do not rely on message passing. This version is conceptually more simple and can be used when the alternatives are difficult to understand for the children. At least it show a different approach to solve the same problem of the original project