what is the Restrict Actions for anyway? i never understood its function.
Printable View
what is the Restrict Actions for anyway? i never understood its function.
what is the Restrict Actions for anyway? i never understood its function.
When a condition is true in multiple cycles, it restricts the actions from being performed more often than (X)
When a condition is true in multiple cycles, it restricts the actions from being performed more often than (X)
But isn't that the same as "Every 0.05 do.."
But isn't that the same as "Every 0.05 do.."
No dude.... check out this timeline:
Seconds since Start of Frame
0 _____________________ 1 _____________________
Suppose you have an event, "while spacebar is pressed" AND "every 1 second." This is true once every second, on the second, since the start of the frame. Now suppose you use "restrict actions to 1 second" instead of "every." Then it is true *as soon as* the user presses the spacebar, plus every second after that, i.e.
0 _____________________ 1 _____________________
________* _____________________ + _____________________ +
The * indicates the spacebar press, and the +'s are where the condition would be true (in addition to *) if the spacebar is held down or repeatedly pressed. As I said, it's only noticable for longer durations, for the most part...
No dude.... check out this timeline:
Seconds since Start of Frame
0 _____________________ 1 _____________________
Suppose you have an event, "while spacebar is pressed" AND "every 1 second." This is true once every second, on the second, since the start of the frame. Now suppose you use "restrict actions to 1 second" instead of "every." Then it is true *as soon as* the user presses the spacebar, plus every second after that, i.e.
0 _____________________ 1 _____________________
________* _____________________ + _____________________ +
The * indicates the spacebar press, and the +'s are where the condition would be true (in addition to *) if the spacebar is held down or repeatedly pressed. As I said, it's only noticable for longer durations, for the most part...
[]sorry if this has been reported already, i did do a search but nothing came up.
the 'restrict actions for...' action seems to be borked.. when i create an object at the mouse coordinates while the mouse key is pressed, they are created at the same rate without a restrict action as they are with 'restrict for' 25 milliseconds. it seems to work from 30 up only. is this a bug or is it because of some new feature by any chance?
thanks. [/]
Same here except for me it works as it should from 26 Milliseconds and upwards.
[]sorry if this has been reported already, i did do a search but nothing came up.
the 'restrict actions for...' action seems to be borked.. when i create an object at the mouse coordinates while the mouse key is pressed, they are created at the same rate without a restrict action as they are with 'restrict for' 25 milliseconds. it seems to work from 30 up only. is this a bug or is it because of some new feature by any chance?
thanks. [/]
Same here except for me it works as it should from 26 Milliseconds and upwards.