Problem with composer?

THIS IS FIXED NOW, THANKS TO THE PEOPLE THAT HELPED

My composer for the help screen is not working. However, I got the composer to work for my game scene but the help screen seems to not work and I don’t know what the problem is.

Any help is appreciated, thanks!

This is the error that I’m receiving:

This is the  all  the code for the game:

https://github.com/WHE18000229/Game-Development

The error is that the ‘back’ object in line 18 of help.lua does not exist. It has nothing to do with Composer, it is trying to load the scene but saying the code has a mistake in it.

How would I fix this?

--al line 18 local back = display.newImageRect( sceneGroup, "back\_button.png", 89, nil, 156 )

remove nil!

Have a nice day

DoDI

Thanks this worked.

The error is that the ‘back’ object in line 18 of help.lua does not exist. It has nothing to do with Composer, it is trying to load the scene but saying the code has a mistake in it.

How would I fix this?

--al line 18 local back = display.newImageRect( sceneGroup, "back\_button.png", 89, nil, 156 )

remove nil!

Have a nice day

DoDI

Thanks this worked.