It looks like you're new here. If you want to get involved, click one of these buttons!
sources/screens/optionScreen.lua:193: attempt to index global 'sceneManager' (a nil value) stack traceback: sources/screens/optionScreen.lua:193: in function <sources/screens/optionScreen.lua:184> |
sceneManager:changeScene("results", 1, SceneManager.flipWithFade, easing.outBack,mydata) |
Likes: CodeVanya
Comments
(Also corresponding lua file to "results" scene)
But now i have encountered a new problem. I'm trying to integrate keyboard code(i did a login page using this) with the sceneManager code.
If i explain it more clearly , i have two different projects; one for login page and the other one for checkbox page. It works perfectly.
Now i'm trying to integrate them. After login page , the user is redirected to the checkbox page. But after integrating them , the size of checkboxes page and the other pages which follows checkbox page increased. I added the photos which shows run process after integrating both code.
Actually , before integrating them , checkboxes page and the pages which follows it looked smaller . After integrating with keyboard , it looks so big and the screen is not enough.
How can i make it smaller? Why does the size of them increase?
Here is my main:
Here is another example of the problem. (I can't see any difference between their codes:S ) How to to fix it?
Any help will be appreciated..