Hey everyone.
I just started my adventure with Construct 2 just few days ago. And I've made 2 tutorials - for beginners (Monster shooter game) and Platform game - for begginers, but I worked with similar softwares for making games couple years ago - it was The Games Factory and Multimedia Fusion <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" /> so I'm not totally beginner.
Ok, so i want to make simply Runner game, and I'm working on the template for that (there os one template for this type of games, in C2). But in this template there is no accelerating for GRound (blocks) on which the player is running. There is behavior 'Bullet' for the ground/blocks (tiled graphic) and the initial Speed is = 300. So I created the event that in > 7 seconds the Speed of blocks set to 400. But i know, maybe this isn't perfect event <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy" /> And maybe it should look like "every next 20 seconds, add + 100 or 50 to speed" or something like that. But how to make good event for that?
And I set the position of player to X=100 - so i keep player in the same position in X, apart of blocks movement speed.
But I have another question. In template, there was that EVent with actions: oi67.tinypic.com/11j6qma.jpg
So I want modificate that - when the speed of blocks movement will increases, then the distance between platform of blocks should increase too.. But how to do that?
I have only one idea at this moment - to add sub event to this one with "< 20 seconds" and copy that whole event - and make another event with sub event "20 - 40 seconds" and there modify action with distance between appearing blocks.. But i'm not shure that its good too.. because I have to make that every 20 seconds for example to make the game harder ( increases speed of blocks movements and distances between blocks)
Can you help me <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy" /> ?
Thanks