I am wanting to speed up all actors when level is finished, with a global variable.
Something like:
after level:
A=A+1
directional_velocity = A;
I would like to use the same variable for all actors. So all actors will speed up that use the variable A