dusigner Posted September 3, 2018 Share Posted September 3, 2018 Hello everyone, I'm new to game development. And I need help creating multiple scenes with a FOR LOOP I am creating a game quiz (https://github.com/dusigner/quiz/blob/master/quiz.js) in it I intend to use a JSON to pull the data of the questions and the amount of questions. But I'm not able to dynamically do the scenes of issues with a FOR LOOP. Someone could help me? Link to comment Share on other sites More sharing options...
B3L7 Posted September 6, 2018 Share Posted September 6, 2018 Are you trying to use a For Loop to create the scenes? Why not just have a single scene that pulls the appropriate data for the current question then restarts when moving on to the next question? Link to comment Share on other sites More sharing options...
Recommended Posts