How could i make my score +1 every time he runs into a spawned enemy?
Bigfriendlyginger
Member Posts: 2
Hello everyone. I just need to know how to '+1' to my score every time my main actor collides with an enemy spawned actor (the enemy spawns from the same enemy at the right hand side of the screen).
Answers
When actor collides - Actor
Change attribute to attribute+1
ive tried that but it didnt work i think this is because im spawning the actor from the actor before it and not spawning a new actor but thanks anyway
when actor collides with (spawned) actor-
change attribute from score to score+1