Corona uses a coordinated process, such as:
Function, ABC ()
Print (“first”)
End
Timer.performWithDelay (1000, ABC)
Print (“second”)
This code, the actual output of second before first, I want to delay 1 seconds to perform output first, then output second, waiting for 1 seconds when the program stops down, waiting for 1 seconds, 1 seconds after reading the print (“first”) and print (output first, read “second” the second corona API output), there are delay, but no one can delay some time to execute a code solution?