kenhes's Forum Posts

  • I never see ads where I live anyway. But when I put the test ID in, an ad popped up. And the apps with those ads are making revenue. So I assume it is working.

    I would like to see the plugin updated though. Widows 8.1 is here and there are new ad sizes....but the developer seems to have disappeared.

  • The problem is I can't find how to get the exact rating address. For example, what's the rating address for this app:

    apps.microsoft.com/windows/en-us/app/31671349-e16f-4e2d-a03f-8501ac1c7d00

  • Does anyone know how to make a clickable button that brings you to a uri that starts with this in Windows 8.1:

    ms-windows-store:REVIEW?PFN=

    If the user likes the game, I want them to be able to click the button to quickly rate and review it.

  • Yes. All working fine now. Thanks.

  • Link to .capx file (required!):

    dl.dropboxusercontent.com/u/10196246/Black%20Box%20Text.zip

    Steps to reproduce:

    1. Open the Visual Studio File and run

    Observed result:

    The Text in the middle is drawn as a black box.

    Expected result:

    The black box should be text.

    Browsers affected:

    Chrome: no

    Firefox: no

    Internet Explorer: no

    Visual Studio project: yes

    Operating system & service pack:

    Windows 8.1 64 bit

    Construct 2 version:

    148

  • Yes I got it working. See my other answer here:

    construct.net/en

  • Follow this tutorial for in app purchases:

    construct.net/en

    But with this plugin, I had to make a separate global variable, that when triggered, destroys the ad. You can't just say when in app purchased, destroy ad unfortunately.

  • Link to .capx file (required!):

    dl.dropboxusercontent.com/u/10196246/Charms.zip

    Steps to reproduce:

    1. Open the Visual Studio file and run it

    2. Go to the charms bar and open the "about" option in "settings".

    Observed result:

    About option doesn't show.

    Expected result:

    About option should show.

    Browsers affected:

    Chrome: NA

    Firefox: NA

    Internet Explorer: Yes

    Operating system & service pack:

    Windows 8.1 64 bit

    Construct 2 version:

    148

  • I'm using version 148. When I export to Windows 8.1, I run the project in Visual Studio...no problem.

    But when I go in to the settings charm for the game and click about/privacy/support, nothing appears.

    Is something broken in the export or am I doing something wrong?

  • The "Microsoft.WindJS.2.0.Preview" SDK has a yellow triangle beside it in the solution editor of VS2013. Do we need to fix this?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Perfect! The first one did it. Thanks again!

  • I have a variable called "Score". If the value of it is between 0 and 10, I set text to "Hard Luck". Then 10-20 set text to "Not Bad".

    I don't know how say if Score is between values then....

    I can only do less than which always sets the text to "Not Bad".

    I'm pretty sure there's a simple answer, but I can't find it. Help! Thanks.

  • Great! Thanks Mods please close this thread.

  • Link to .capx file (required!):

    dl.dropboxusercontent.com/u/10196246/AnimationError.capx

    Steps to reproduce:

    1. Open project and run

    Observed result:

    The animation doesn't play even though it should in the code. It's connected to a variable but maybe it's not programmed right?

    Expected result:

    The animation should run.

    Browsers affected:

    Chrome: yes

    Internet Explorer: yes

    Operating system & service pack:

    Windows 8 64 bit.

    Construct 2 version:

    145.

  • This may have been causing the last problem. I was using:

    <script src="//MSAdvertisingJS/ads/ad.js"></script>     

    instead of:

    <script src="///MSAdvertisingJS/ads/ad.js"></script>