Hello.,
I am making a quiz game with Construct 2., i want to make around 150 questions in game.... and that is very much understood that i have to make same number of layouts for that.., now what i want to do is that i want to classify these questions in 3 categories "easy" ,"medium" & "hard" (50 questions per category)... And i want that user get total 15 questions in a game... in which first 5 comes from "easy" category., next 5 from "medium" and the last 5 from "hard"... Can anyone suggest me how can i do this.....????
If you call the layouts easy1 - easy50, medium1 - medium50, hard1 - hard50
You could use the action goto layout by name
system goto layout by name = "easy"&floor(random(1,51))
I am making a quiz game with Construct 2., i want to make around 150 questions in game.... and that is very much understood that i have to make same number of layouts for that..
Wrong. All this can be done in one layout....
Thanks so much LittleStain for your suggestion...., I'll surely apply it in my project...
I agree with you — This all can be done in single layout,,,.. But the way i am making quiz... it needs to be settled as one question per layout....... But still thanks., that you replied to my post...
Develop games in your browser. Powerful, performant & highly capable.
Mr Singh try this tutorial
https://www.scirra.com/tutorials/1418/trivia-game