Decide what you want your trigger to be for example if it is based on time, then maybe every 5 seconds. You then would create an event like this:
every 5 seconds set player.platform.speed to player.platform.speed + 10
The easiest way to code in Construct 2 is to use a sentence to say what you want to do, then use conditions to create that same statement in construct.