Positive pulse and invert does not work with the add object actuator.It would be more useful if it did.Is it possible to do that in python?
im not quite sure what you are asking. what sensor(s) is activating the add object?
if you have multiple, then things get less simple. ive never had problems with the pulse settings, and the few times i used the invert, it worked fine on mouse and keyboard sensors.
There is no pulse on sensors. This term is from an old and incorrect documentation.
I guess you are talking about [False Level Triggering].
This means, when the sensor evaluates “not positive” it triggers the connected controllers.
When you invert the sensor, the evaluation result will be inverted. The sensor will evaluate “positive” when the event is not measured. Based on the result the measured [False Level Triggering] will take place when the event is measured, while [True Level Triggering] will take place when the event is not measured.
The add object actuator will activate on activation signal from at least one connected controller.
I assume you are using an AND controller. The AND controller will activate when all connected sensors evaluate to positive. As you set the sensor to [Invert] the event should not be measured to result in an activation. When you wont frequent activation, you need to setup the [True Level Triggering] rather than [False Level Triggering] at the sensor.
I found another solution.