Create a instance variable (boolean) on the platform. Call it activated for instance and set it to false for all of them on the editor.
On the events, when you land or collision with the platform, change that variable to true.
And finally on the event that adds the points, add the condition that the platform's instance variable must be false.