wow you're a god :P Thank you very much, I'll try my best, I'm doing a game project and this will be very helpull.
I have a coding background but the UI of construct is kinda confusing me.
So mainly as a logic, my game has to have:
1. 80seconds timeframe
2. Randomization (from 0.5 to 2secs) of how long the character will appear and then disappear
3. Randomization of how long the other character will appear after the first character
4. Randomization on where the character is placed in the canvas
5. Score - in the example, it's kind of perfect (just have to add a sort of multiplier on how many correct where achieved.
I have created a sprite which moves up and down and I've made obstacles. Does the sprite have to be hit as a box? is it a limitation of HTML5/Construct?
When the sprite hits the box, the score is sent down and the multiplier is set to 0 again.
What do you think is it difficult to do/is it doable?
Thanks a lot for your help and I will make my best to learn more :)