I was wondering if there is a way to send the scene a parameter in director when I change views.
For instance I have a People Menu that lists first names. When I click on a first name I change scene to a PersonDetail scene. I need the Person Detail to get the id of the person selected from the previous scene is there a clean way to do this?
I wish I could do something like
director:changeScene(“personDetail”, “moveFromLeft”, idForPersonSelected)
But I don’t think you can do that.
Suggestions? Our current idea, that would work but isn’t good design is to just have a currentSelected person field in the database that gets set by the PeopleMenu and checked by the PersonDetail Scene. How would you do it?
Thanks,
Tim
[import]uid: 39480 topic_id: 17561 reply_id: 317561[/import]