cranberrygame
Hi,
I have a issue with Construct 2 Admob plugin.
In my game there are 3 Layouts called Menu,Score and Game layout. User can go to score and game layout by pressing related button in menu layout. I need to display Ad always in Menu and Score layout. but in game layout i need to display Ad only when game over. So in my C2 game, i was used bellow logic :
Menu Layout -> onload Event ->Show Ad banner
Score Layout -> (No any code related to admob)
Game Layout -> onload Event -> hide ad
Game Layout -> gameOverFunction () -> show ad banner
In my game, It works very well without internet. but when internet is enable i got following issues
It takes long time to load game (menu layout) about 1-2 minutes.
cant go to score layout, game freeze
it takes long time to load game layout and cant restart the game. game freeze for long time.
So in your experience what can be the problem?
ps : i built using Intel XDK - crosswork for android, game has two third party plugins called phonegapGame and phonegapFacebookPB, no third party admob plugin (i used C2 admob). tested on Samsung S Advance phone with 4.2 Jelly bean.
Thank you.