Hi,
In my game,I want to show user ads every 3 minutes(may change the interval later on). But I can't figure out how to implement this. Any ideas friends?
Thanks in advance
Develop games in your browser. Powerful, performant & highly capable.
How far did you get with ads? You can make a variable of 180 and subtract 1 every second, or user a timer. Then show ad when it hits 0 and set to 180 again. Sounds like a terrible idea though.