Hello everyone. First post here, sorry if I'm asking an idiotically simple question. I'm basically making a learning/testing game thing, and this is what I have so far:
(speaking of which, is there a simple way to export 1 event sheet without having to link the whole complicated .capx?)
It is essentially a game where the player clicks the speaker icon and a number is spoken out, and the player must select that number from on the screen. If correct, a "Yay" sound plays, and the next number starts (which the player must then click the speaker on to hear and then select, etc.). There are 5 total questions and the player must get at least 3 correct. The numbers are chosen at random (from out of 5 at this level).
There is a quiz example on this site here, but it seems to be somewhat different (and not random). I realised after the fact, that the way I'm doing it now would require way too many blocks if I want to have the sound play automatically (and if I want to have a "tick" show at the correct answer if the player clicks the wrong answer).
So I ask, is there a better way to do this?
PS: When I had the last condition set to Qnum=4, it completed (as if correct) after only 2 questions. Now that I've set it to 3, it seems to continue forever.
PPS: "Cheeko" was an Audio object from one of the first layouts in this project, but after I created it, the "Audio" option disappeared from "Insert Object", so I had to put everything in Cheeko for the rest of the project. Is this normal?