tyrusc's Recent Forum Activity

  • Thanks ++

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The link is a 404 for me. I'd like a copy of this if anyone has it. Many thanks.

  • Sweet I solved it!!

    In index.html change the doc ready to read like this. You have to flop the measurements that set the canvas size.

    // Start the Construct 2 project running on window load.

              jQuery(document).ready(function ()

              {               

                   // Create new runtime using the c2canvas

                   cr_createRuntime("c2canvas");

                   

                   cr_sizeCanvas(jQuery(window).height(), jQuery(window).width());

              });

  • Using the base platformer template as a test to export to Windows8 phone, I edit the mainpage.xaml and make the following adjustment to set the game in landscape mode.

    SupportedOrientations="Landscape" Orientation="Landscape"

    But when I do this, the canvas becomes offset from the screen. I have tried all the variations of scaling and adjusting Window size to 768, 480 (My Nokia 810 resolution)

    <img src="http://tyrus.net/scirra_examples/scirra1.png" border="0" />

    I even tried creating an HTML5 app in Visula Studio and then just using the HTML5 export from Construct2 in that but it has similare results.

    I'm hoping someone has solved this already. Thanks in advance.

tyrusc's avatar

tyrusc

Member since 19 Jan, 2012

None one is following tyrusc yet!

Trophy Case

  • 12-Year Club
  • Email Verified

Progress

13/44
How to earn trophies