I want an object to constantly add 1 to the speed every 2 seconds, and I've noticed that you can do this like this:
New Condition - Always
Then in the always row, under the object, click movement, then "set speed to", and enter "(seconds/2)+10"
And it works, except after a little while (when the speed reaches about 70), it resets to about 10 and starts the speed increase event all over again.
I'm guessing it's a "max speed" issue, so is there any way to disable a maximum speed? Or is there a better way to do what I'm trying to do?