Disable Object
Description
The Disable Object behavior will turn off collisions and behaviors on that object, and any behavior referencing that object. When an object is disabled, it essentially exists in your scene as a graphic and you can not interact with it in any way.
This behavior will trigger an event right when it's executed and your object becomes disabled.
Properties
Triggers Immediately
| Object A |
This is the object you want to disable. By default the current object is selected, but you can tap the graphic and choose any other object in your scene. |
Outputs
| Object ID |
This outputs the Object ID. |
Examples
Often times, when you "kill" or destroy an enemy you should disable it first. Disabling an enemy before destroying will remove any chances of that enemy hurting you one last time incase an odd collision happens with the physics engine.

