Hi,
I am using composer for scene management and have created a scene template.
I want to restart the current scene when the character dies
I added the following code
function scene:restart() composer.reloadScene() end
then from my overlay screen I called the restart function and I get an error saying
attempt to call field ‘reloadScene’ a nil value??
help…
I am using the latest public build