how do i add lives like Candy Crush?

How do i add lives? Also how can i make so that you have to watch an ad in order to get x amount of said lives?

Thank you in advance!!

Comments

  • SLOCM3ZSLOCM3Z Member Posts: 797

    To add lives you'll want to make a game.Lives integer. And GS doesn't support video ads right now (from what I know). But you could make a button that when pressed, shows an ad and changes attribute game.Lives :to: game.Lives + 1. That is how I would do it. There are also many great tutorials on the interwebs that show how to setup a timer based upon what time of day it is so you get rewards. I can't remember where the thread went though...

  • StormCloudGamesStormCloudGames Member, PRO Posts: 6

    Thank you o much for the info!

Sign In or Register to comment.