Hi, I have a 2-scene app and I need to skip from one to other easily.
I grouped all the object in the first scene group, but when I go to the second scene the textField still appear (the other object no!)…I tried to put textField.isVisible = false when I call the goto function and it disappear, but when I return to the first scene I can’t re-show the textField because if I write textFiels.isVisible = true in the Show-did function of the first scene, Corona say: “attempt to index global ‘textField’ (a nil value)”
I tried in some way but I really can’t show/hide correctly the textField!