timer.performWithDelay nil value

In this function:

[lua] local function start( )

director:changeScene(“loading”)

end

restartBtn:addEventListener(“tap”, startRestart)

timer.performWithDelay( 1000, start )[/lua]

I get a nil value. Any ideas? Thanks [import]uid: 46082 topic_id: 34948 reply_id: 334948[/import]

Does “loading.lua” exist?
Is it generating any errors?
Can you post the text of the message in the console/terminal?
[import]uid: 199310 topic_id: 34948 reply_id: 138919[/import]

Sorry I actually found another solution to the problem I was having. Thanks for the help though. [import]uid: 46082 topic_id: 34948 reply_id: 138923[/import]

Does “loading.lua” exist?
Is it generating any errors?
Can you post the text of the message in the console/terminal?
[import]uid: 199310 topic_id: 34948 reply_id: 138919[/import]

Sorry I actually found another solution to the problem I was having. Thanks for the help though. [import]uid: 46082 topic_id: 34948 reply_id: 138923[/import]