My first ever entry and I learnt a lot. My 'notecards' are used to create a traditional matching/concentration game. There are 5 pairs of numbers and the user 'turns' the cards to match them. It needs a few refinements but the basics are there.
I've created 2 versions, one where the pairs are 'hard-coded' (ie in the same location each time), and the other that generates 2 sets of unique random numbers.
The second proved to be a bit problematic as I have to check to see if the number is unique, and if it's not, the 'course' has to restart. I used question banks (found the idea to do this in an earlier challenge). I wanted to just redraw an new 'question' to get a new number, but it kept drawing the same question, hence the same number. The only workaround I could find was to completely restart the course which means it can take a long time to generate unique numbers. Would be great if someone could help out with this.
Version 1:
http://awstorylinefiles.s3-ap-southeast-2.amazonaws.com/matching%20game%20static%20-%20Storyline%20output/story.htmlVersion 2:
http://awstorylinefiles.s3.amazonaws.com/matching%20game%20-%20Storyline%20output/story.html