Destroying Dot Actors on Map help please? :) ;)
allc1865
Member, PRO Posts: 777
hello everyone!
I need help destroying my coin actors on the miniMap after my player actor has collided with them.
I'm not sure what to do because I have them on the screen unlocked because I had to put rules in them to make them work and show up on the miniMap.
What I need to have happen is when my player has collided with the coins, they disappear on the miniMap.
Any help will be greatly appreciated!
Thanks in advance!
I need help destroying my coin actors on the miniMap after my player actor has collided with them.
I'm not sure what to do because I have them on the screen unlocked because I had to put rules in them to make them work and show up on the miniMap.
What I need to have happen is when my player has collided with the coins, they disappear on the miniMap.
Any help will be greatly appreciated!
Thanks in advance!
Best Answer
-
KeithQ Posts: 25Here is the fix actually two fixes one that uses scene.///.variable to relate the two actors and one that spawns the mini-actor from each instance of the main actor (energyPointActor). The second solution means that you only need one energyPointActor and you can drag multiple instances to the screen.
I put notes in miniEP, energyPointActor, and in the two scene unlocked actors that are purple.
https://www.dropbox.com/s/uaqv12n7syplhcb/MiniMap-fix Game.zip
Answers
Here's my template to look at it?
https://www.dropbox.com/s/44r3p3rgtum67m3/MiniMap Game.zip
Thanks!
Thanks
https://www.dropbox.com/s/44r3p3rgtum67m3/MiniMap Game.zip