Page 1 of 1
Help with Events
Posted: Sun Jul 20, 2014 10:09 am
by Gooombaa
Hi I need help. Basically for my game, I want to make it so if you kill each enemy, a star appears in requirement for 100% completion. I did all the necessary events, but its not working. Should I do Blue Coins instead?
Please help and feel free to ask questions.
Re: Help with Events
Posted: Sun Jul 20, 2014 10:31 am
by XerX
Make sure you set all of the enemies on a new layer (let's call the layer 'enemies') Before you place any down, make another layer for your star and place it down, then hide the layer. Go to your events and make an event and call it whatever you want. This event will show the star when triggered. Make sure you put the layer for the star in the 'Show Layer' box. Now in the layers window, select the layer 'enemies', then for each enemy, click a button labeled 'Events' and select the event to trigger the star in the dropdown box labelled 'No more objects in Layer' . (You'll have to do this with each different enemy.) Place them all down and test your level.
Re: Help with Events
Posted: Sun Jul 20, 2014 10:36 am
by Gooombaa
For each and every enemy?
Re: Help with Events
Posted: Sun Jul 20, 2014 10:52 am
by HeroLinik
Gooombaa wrote:For each and every enemy?
Yeah. It would be better if you placed the enemies and their associated event in that layer as you went along so you don't have to go back and put them in that layer and then put the event on all of them.
Re: Help with Events
Posted: Sun Jul 20, 2014 10:58 am
by Gooombaa
Yeah i've figured it out. Thank you.