Iris's Forum Posts

  • Has any one implemented their splash screen animation? This is their Zibbo's one, link to http://zibbo.com <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad"> With Construct 2, I don't know how to implement it <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">

    http://spil.com/Q

  • SPIL gave me a GGG.com logo image and wanna implement it to the game using their API. So I wonder I if just only used the Get Logo action of PixelRebirth's plugin or had to do any other steps for showing the clickable logo?

    I think that we could use both of the plugin for a well testing result and placing the logo to the game manually. But I don't sure about it.. :(

  • How do you actually submit a game. Their whole dev portal seems really incomplete. Is there an email address we send links too?

    Thanks

    SpilGames works with a number of different managers, you can submit your game via a contact email address. Then they will reply and let you know what your game's future is :D Just pm every one in this thread or me if you really need it :D

  • It seems you can't test games with HTTPS urls anymore though, which means you cannot use dropbox. <img src="smileys/smiley19.gif" border="0" align="middle" />

    I tried to use a sub-domain Redirect & Frame to the dropbox link of the game, then the API test tool worked! But I don't sure why the Status Check (even showing logo or ads) of API test tool didn't work with my game - because of my wrong in using the event or because of loading via the Redirect & Frame of sub-domain.

    By the way, this is my event. I called loadAPI at the first layout, then request ads and get logo on start of the highscore layout when first any touch start condition checked, but no ads nor logo is shown..

    Anyone have experiences?

    <img src="http://i.imgur.com/BW6sQp5.jpg" border="0" />

    Links of the game:

    tapforfunapi5.gamesvts.com

    or

    dl.dropboxusercontent.com/u/63199844/TapForFunAPI5/index.html

  • I got the way to compare a domain using Browser Object, but I don't know how to apply it for all subdomain of that domain. Anyone know the way for applying it?

  • You can emulate a logical OR with a function. As pictured here.

    <img src="http://www.freewebs.com/johnwof/or.PNG" border="0" />

    A simple reversal of the logic could also emulate a logical AND... but it's quite useless considering Construct already does that ! <img src="smileys/smiley17.gif" border="0" align="middle" />

    edit: Oh, I almost forgot... just call this function in a condition like so : System -> Compare two value

    1st value = Function.Call("OR", statement1, statement2...)

    2nd value = 1

    it's very useful for working on sitelock, thanks Magistross!

  • Oh shame on me haha xD thank you mundfaQ, you're so kind :)

  • I tried to use destination out of blend mode to solve this issue. But in the second layout, its not work althought I used the same object as first layout. I dont know why it happened and how to fix it, please help me :(

    dl.dropboxusercontent.com/u/63199844/blendmode.capx

  • You should look into blend modes. There's an example in the C2 folder you can open when choosing new project.

    I got it! Thank you a ton, LittleStain!

  • Yup, we have a cat and a circle object. When the circle object is overlaping on the head, hand or everywhere of cat object, only the overlaped part of cat object will be invisible until the circle object are moved or destroyed.

    Has anyone tried it? I have no idea :(

  • mikandi I sent you an email ducnguyen.draf@ two days ago, but I didn't hear back from you. Have you had a chance to check it out?

  • mikandi I have sent the email to you, eagerly await your reply.

  • Thank you, ArcadEd. But I just have tested game with my wp8 browser, it has the same issue..I cant see any ads in my game...

  • I'm using this plugin for integrating leadbolt ads also. I've got it integrated nicely with the iframe plugin, because I'm not using the script from leadbolt directly. If you try using the script you'll notice what it does is create an iframe to this url: ad.leadboltmobile.net/show_app_ad ad banner id]

    So all you need is use the iframe and add that in the url.

    As for TOS, I'm not sure if it doesn't allow iFrame because the js from them creates an iFrame :D

    Here's dropbox.com/s/dfeql6n1sovmkjv/leadboltads_iframe-pode.capx the capx from my demo using leadbolt ads + pode's iframe plugin.

    Hi soybean, I've used the iframe and add the ads URL into the game below for a day. But until now its still having nothing apart from a blank frame.

    featherhunter.gamesvts.com

    Can you help me? This my ads URL:

    ad.leadboltmobile.net/show_app_ad.js

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • i have the same issue >_>