kenhes's Forum Posts

  • Thanks for taking a look. In an effort to save time having to reset everything in VS (store association, ad references etc), I was updating only the data and c2runtime files. It normally works but obviously I had changed too much this time.

    I copied all the files over and it now works. Cheers.

  • Problem Description

    I've tried the latest release and beta. The project previews fine but when it's exported, it just shows a black screen. It seems to be missing the style sheet.

    Attach a Capx

    https://1drv.ms/u/s!AhYa6LSC5pWotZEW1O503xtTez3tZQ

    Description of Capx

    It's the whole project for you to test exporting to Windows 10.

    Steps to Reproduce Bug

    • Step 1: Open project attached and preview. It should work.
    • Step 2: Export to Windows 10 and try to open index.html or open in Visual Studio 2017

    Observed Result

    Exported project just shows a black screen.

    Expected Result

    Project should open.

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Edge: (YES)

    Operating System and Service Pack

    Windows 10. 1709 16299.248

    Construct 2 Version ID

    This seems to have just happened with the latest release and beta. The last release was fine.

  • +1

  • When exporting to Universal Windows Apps, if I have the Windows object in the project, will it be "converted" to work with Windows Phone?

  • It's great to see admob officially supported. Now I've got a few questions:

    1) I've set up a line of code like this: If windows phone is trial>create banner ad.

    Is that all that's required?

    2) In the admobsad plugin properties, I've just filled out the Windows phone section. (I'm not exporting to other platforms for now). Is that OK?

    3) What is "Interstitial ID" and where do I find it?

    4) When exporting, do I export to Windows phone or Cross walk or ....?

    That should do it. Thanks.

  • Yes.

  • The sizes of the ads in this plugin are out of date now. It's virtually unusable.

  • Ahhhh! You rule! Thanks.

    Edit: For future reference, this was the solution:

    (ViewportLeft(0) + (ViewportLeft(0)+ViewportRight(0))/2)/2

  • That's a definite improvement. Thanks! However, when I match the browser to the ipad dimensions (blue background), the text is too far to the left and goes off screen. Why doesn't it go in to the middle of the left page?

    https://dl.dropboxusercontent.com/u/10196246/Windowwidth.capx

  • I can't get my head around this. I'm trying to make a book that will always have the spine in the middle of the screen. I've set the spine x pos to be windowwidth. But when I resize the browser window, it moves around the center. What am I doing wrong?

    I've included some target resolutions in the background as guides.

    https://dl.dropboxusercontent.com/u/10196246/Windowwidth.capx

  • I'd like to make an app with a load of video tumbnails on it. Click a thumbnail and a video loads. I think I know how to link an image/thumb to a video online, but how would I bundle the video with the app so you don't need to be online?

    Thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • BluePhaze I think triggering it with a variable did it. But also you need to make sure you put this exact code in to the index.html as in his tutorial:

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

    Note the three ///. It makes a difference.

  • How did you build a Windows 8 package with that project in VS 2013? Don't you need VS 2012 to do that?

  • You need to download the free Windows Phone SDK for Visual Studio:

    microsoft.com/en-us/download/details.aspx

  • I've updated to Windows 8.1 and Visual Studio 2013. The Windows app store seems to have two versions of each app on it....one for Windows 8 and another for 8.1.

    But when I make changes, I can't save to Windows 8 (visual studio 2012) anymore, so I can't update the older version of the app.

    What are other people doing to get around this? Thanks.