Make appear another actor after collecting items
Hello,
I have my game when collecting items then the main character has to go to the main goal and level is finish. What I want to know if I can make that when the main character collect all the items an arrow appear close to the main goal.
How can I do this?
thank you
I have my game when collecting items then the main character has to go to the main goal and level is finish. What I want to know if I can make that when the main character collect all the items an arrow appear close to the main goal.
How can I do this?
thank you
Comments
When game.YouAttribute = 10
Spawn Arrow Actor at x and y
Or you could go ahead and place the arrow actor and set its Alpha Value to 0 then have a rule in the arrow
When game.YouAttribute = 10
Change self.color.alpha to 1
The 10 I'm using is just an example in case that was not clear.
theres lots of ways to do what you are wanting to do. None are necessarily the right way either. You just have to really play with all the different options and decide what works best for this particular game.
Thank you so much for all the help
Your welcome!