How can i set a rule to make a bonus icon appear at a certain time?
I want to make a rule or sort that when for example you make score like 2000 points or whatever then an bonus icon will appear at the main screen. Kind of like when finish a certain level then a bonus round appears as an achievement. STEPS??
Answers
--change attribute game.showbonus to true
Then make in the icon on the main screen
When game.showbonus is true
--change self.color.alpha to 1
Otherwise
--change self.color.alpha.0
Also make and rules for the button have a condition that self.color.alpha = 1 that way it doesn't work when its invisible.
When game.score is greater than or equal to 2000
--change attribute game.showbonus to true
Would go in your controlling actor, or as TSB calls it: Round Rules.
This:
Then make in the icon on the main screen
When game.showbonus is true
--change self.color.alpha to 1
Otherwise
--change self.color.alpha.0
Would go in your icon on the main screen, as described.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Rule 1:
When game.score is greater or equal to 2000 change show bonus (boon lean) to true
Rule 2:
when game.showbonus is true: change self.alpha to 1 otherwise change to 0
Rule3:
not sure of this one
make self.alpha to 1....But what will the rule look like..:/
I'm sending you a PM with my email. I've made a template and I'll send it to you. Email me first so I have your email.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx