Cannot Destroy an Actor!
GameCre8tor
Member Posts: 49
Hi guys,
I have made a spaceship game in which the player spawns a laser beam, but when I shoot the laser beam at the enemy, the beam goes straight under the enemy without it being blown up. I have added a simple "when actor overlaps or collides with actor of type (laser beam), Destroy this actor" to the enemy, but the enemy will not be destroyed!
Any suggestions?
GameCre8tor.
I have made a spaceship game in which the player spawns a laser beam, but when I shoot the laser beam at the enemy, the beam goes straight under the enemy without it being blown up. I have added a simple "when actor overlaps or collides with actor of type (laser beam), Destroy this actor" to the enemy, but the enemy will not be destroyed!
Any suggestions?
GameCre8tor.
Comments
Any other suggestions?
GameCre8tor
Unlocking an instance will make it so you no longer can receive changes from the prototype. Adding to an instance will not change other instances that are unlocked.