When actor collides with hero delete key (help)
http_gamesalad
Member Posts: 1,340
What I'm trying to do is when my actor Collides with hero I want my up,left,right, and attack button to get destroyed
I thought it was simple until I tried to do it. I went into my left key actor. I tried to do my rule but here's were my problem starts
I wanted it to be like when my actor collides with hero (when you collide with the hero in my game you have beat the lvl) destroy left key and I was going to do that with all my keys
When I went into my left key actor I found out that the key has to collide with something. So I couldn't do When actor collides with hero destroy left key.
So are there any other ways to destroy my keys when my actor collides with my hero?
Thanks
Comments
You want to use booleans
And integer
Your going to want four one for each Button.
The challenge here is not destroying all the buttons at once. But its simple Fixed with integration of a Integer adding +1 for every time you hit or collide.
I created a Simple Template for you to follow
@scuurpro thank you so much! and taking time to make a template