Cute <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">
Who says you can't make a cute game without any artistic ability? <img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz">
And I find any time I've used System:Wait I've introduced subtle timing issues, so I'd be careful of that technique.
Yes, System->Wait can sometimes be problematic as it's not always intuitive what it will do.
I've made an alternate example using the Timer behaviour:
https://dl.dropboxusercontent.com/u/905 ... Timer.capx
It uses an extra event, but has the same number of actions as the previous example and should perform the same.