Page 1 of 1

Incorporating Ads Into A GE Android Game

PostPosted: Sat May 10, 2014 10:30 pm
by Hydef
Is there a y possible way to add in game ads to my GE project? I suppose that part comes while I am making it into an app? Does anyone know how it would be done, theoretically at least? Thanks guys!

Re: Incorporating Ads Into A GE Android Game

PostPosted: Sun May 11, 2014 8:00 am
by barney12345
you could just use an image and when it is clicked or touched go to script editor and
Code: Select all
openUrl("enter the web address here");

Re: Incorporating Ads Into A GE Android Game

PostPosted: Sun May 11, 2014 8:07 am
by Hydef
Well, yes. That's true, but I meant more in the form of something like AdMob? Is that possible?

Re: Incorporating Ads Into A GE Android Game

PostPosted: Sun May 11, 2014 8:09 am
by barney12345
AdMob?

Re: Incorporating Ads Into A GE Android Game

PostPosted: Sun May 11, 2014 9:40 am
by Hydef
It's an ad client for Android apps that displays ads at the top or bottom of an app. It's commonly used in free apps.

Re: Incorporating Ads Into A GE Android Game

PostPosted: Thu Jul 31, 2014 10:42 pm
by REDNSX
Do you actually have a android app made and being downloaded?