PDA

View Full Version : To add delay



vinayaka
3rd June 2011, 14:21
Is there any way to add delay in qml project integrated with javascript.I want to modify a game by adding delay for the next turn of user( or computer ). The game started by a user then its the comp: turn. and then user and so on . I want to add a delay in b/w thir turns. what can i do? can I use Timer to add delay?