Two timers Running Error HELP please

Hi i’m having a prblem on my application. Whem i try to run two diferent timers on it it gives me an error. I don’t know why this is happening… Am i missing something or coronaSDK no longer supports multiples timers running??

The output Window:

2014-05-31 18:02:47.917 Corona Simulator[804:707]     Version: 3.0.0
2014-05-31 18:02:47.917 Corona Simulator[804:707]     Build: 2014.2189
2014-05-31 18:02:47.930 Corona Simulator[804:707] Platform: GT-I9300 / x86_64 / 10.8 / Intel HD Graphics 4000 OpenGL Engine / 2.1 INTEL-8.16.74
2014-05-31 18:02:47.964 Corona Simulator[804:707] The file sandbox for this project is located at the following folder:
    (/Users/Thales/Library/Application Support/Corona Simulator/passo 5-CB83EC3F7109A8A97A9B5F3161AAEB40)
2014-05-31 18:02:47.966 Corona Simulator[804:707] WARNING: display.setStatusBarMode() not supported in the simulator for GT-I9300 device
2014-05-31 18:02:48.163 Corona Simulator[804:707]

 ! colidiu com o chão !

2014-05-31 18:02:50.135 Corona Simulator[804:707] Runtime error
/Users/Thales/Desktop/Print Screens/Livro Side Scrool/passo 5/main.lua:150: attempt to call field ‘performWithDelay’ (a nil value)
stack traceback:
    /Users/Thales/Desktop/Print Screens/Livro Side Scrool/passo 5/main.lua:150: in function </Users/Thales/Desktop/Print Screens/Livro Side Scrool/passo 5/main.lua:142>
    ?: in function <?:218>
 

Ill attach the main.lua of the project.

Help if u can please… i’m making a tutorial book for this and wanna know for sure averything thats going on.

Actually we are going to need to see your code. I bet you are using a variable called “timer” that is overwriting the timer object…

Rob

O i found it… thanks a lot… was a stupid error…

Actually we are going to need to see your code. I bet you are using a variable called “timer” that is overwriting the timer object…

Rob

O i found it… thanks a lot… was a stupid error…