I have a display group called “scrollGroup” created in scene create method and inserted in “sceneGroup.” I’d like to access scrollGroup in another scene method, but the value returns nil when I call sceneGroup.scollGroup. What’s the best way to access it?
Thanks in advance.