makariosousta's Forum Posts

  • 7 posts
  • makariosousta I'm not sure how the back button works at all. You're not even using the project included in the plugin.

    Make sure you follow the tutorial step by step, in particular scirra.com/tutorials/593/windows-phone-games-with-construct-2/page-1

    ncluded in the Windows Phone Plugin for Construct 2 is a ready-exported project that we just need to drop the relevant exported files into. Never export directly from Construct 2 into this project otherwise vital files will be overwritten. I generally have two folders, one for the project and one for the exported files. Then I just copy what I need from the exported folder to the Windows Phone 8 project folder, helping to ensure nothing important gets overwritten./QUOTE]

    The back button works well but the quit function doesn't work I tried every solution but nothing!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you PM me your exported Windows Phone project I'll take a look.

    I can't pm you it doesn't allow me to send private message, I uploaded it on skydrive skydrive.live.com/redir ("Drag It.zip")

  • If you PM me your exported Windows Phone project I'll take a look.

    ok I will pm you my exported project as it is, I will not add anything inside

  • Check out the scirra.com/tutorials/593/windows-phone-games-with-construct-2/page-2

    Notice the Windows Phone 'Quit' event.

    Hope that helps :)

    I have added the function that goes to the previous page and the fucntion that quits if you are saying about this..

  • Hi, I followed all the instructions to so the plugin can work and when I press back button I succesfully go back to the previous layout but when I am on the first layout (main menu) and press back button so I can quit the application, the app doesn't quit. Please help I don't know what to do! <img src="smileys/smiley19.gif" border="0" align="middle" />

  • I had this exact problem just yesterday with Landscape. My problem was both the bad graphics and my game wasn't centering on the screen.

    Here is what I did.

    Open up the Index.html in Visual Studio

    In the Style tag area, just before the </style> add

    {

    width: device-width;

    }

    Ohhhhhhhhhhhh!!!!!!!!!! Thank you very much!!!!!!!! You are the best!!!! <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Hi, I am making a game for Windows Phone 8 and when I export the project so I can test it with Visual Studio on my Windows Phone device the result is showing bad low quality images. I don't know what to do! Here I have a screenshot of the game and how it looks on my device

    skydrive.live.com/redir

    And here are the settings in Construct 2 and Visual Studio

    Construct 2

    Pixel Rounding: On

    Window Size: 800,480

    Fullscreen in browser: Letterbox scale

    Sampling: Linear

    Visual Studio

    System.Tray.Visible: False

    Supported Orientation: Landscape

    Orientation: Landscape

  • 7 posts