In-Game Achievements
Hi,
Is there a video tutorial on how this is done? I'm referring to in-game achievements as the title states.
Thanks!
Is there a video tutorial on how this is done? I'm referring to in-game achievements as the title states.
Thanks!
Comments
It's pretty easy.
Say you wanted to have an achievement where you have to find something that pop's up in game at a certain time.
So, create an attribute with a name that has something to do with your achievement.
Now, go into your actor and (for example)
Rule:
When touch is pressed
Change attribute blah blah to true
Now, put a save atribute in there.
example:
change attribute game.achievements to true.
Save attribute: game.achievements KEY: achievements
And then you can show what they did.
For example, you can have an actor change it's opacity from 0.5 to 1 when they complete something etc.