Hi, I've seen a descussion of how to change scenes but from the same class. I have to create a game and I divised the displays in classes. The menu class, loading screen class, game class, etc.. I planned to change the scene with the setScene function and then specifying the desired class's scene. Of course i'll have to initiate the desired class first. My question is: Is it the proper way of changing scenes? I'm a beginner and I'm not sure if whether what I'm doing is actually the proper / good way. Cause then, this imples that in each class I'll have to initiate other classes in order to get their scenes and move to them. Any advice plz? I really need a confirmation on that. Thanks.