how to hv custom iAds

GLGAMESGLGAMES SingaporeMember Posts: 988
edited December 2011 in Working with GS (Mac)
Hi guys,

Since iAds only works in some countries i was curious abt how to create my own ads and insert into the iAds bar when the request is not loaded.
i cannot find any working example.

Comments

  • ultimaultima Member, PRO Posts: 1,207
    you simply swap out iAd with your own.. there's no way of telling if an ad is running now or not... so you probably do it as time based event.
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    The normal thing you will need to do is make your own ad banner and have it placed in the game as an actor. If the iAD runs it will cover it. if not it will show. The only problem you find is you cannot change your custom ads if without doing an update.
  • GLGAMESGLGAMES SingaporeMember Posts: 988
    i see, but how to you run iAds based on timing?
    is there a display iAds off/on somewhere?
  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    You can just make a boolean attribute call displayAd, and put the display iAd behavior in a rule when displayAd=true. Then just change attribute displayAd to false when you want to turn off the behavior, and change attribute displayAd to true when you want to enable it again

    cheers
  • GLGAMESGLGAMES SingaporeMember Posts: 988
    ah ok so you meant dump the iAds rules inside of this rules?
Sign In or Register to comment.