August 2015
Intermediate to advanced
246 pages
4h 21m
English
If we want to schedule the events, we can trigger them, which will help you trigger the same event in different parts of your code. In the next described recipe, the event will be triggered when we double tap.
Again, we are going to make use of the double tap, so it is important that you refer to the recipes in Chapter 2, Input, Motion, and Touch. Even though the skeleton of the code is similar to that for the last event, the actions are completely different. Here the unscheduling will be automatic.
Perform the following steps to achieve the goal:
<MyW>:
Label:
id: label1
pos: 200,200
text: ''Clock object ...Read now
Unlock full access