FrodoBaggins's Forum Posts

  • Excellent to see everyone's apps passing cert :)

    I got the emil a couple of days ago - Mine passed :)

    i made it paid, but am working on a free version

    windowsphone.com/en-us/store/app/piggy-poo/8cf6e520-deef-4460-8fa4-4f6be63fb743

    Only problem is no one knows that it exists. I'm planning to market it more heavily once the free version passes. Although I got some of my friends to like on facebook.

    I've completed my android ports as well, so ill soon publish those.

  • thehen No Probs, happy to help <img src="smileys/smiley1.gif" border="0" align="middle" />

  • thehen - Your Quit App function doesn't appear to work in any projects. I've tested it with mine, and on yours. I don't know if it was the way I'm using it, or an actual error. But I have fixed it, by adding this code into MainPage.xaml.cs

      if (valueArr[0] == "quitApp")
                {
    
                    App.Current.Terminate();
                }
    

    Thanks

    -Frodo

  • thehen

    It failed cert - The back button on the Main Page should quit the app.

    I have this logic on my Main Page. It doesn't appear to work tho

    <img src="http://i.imgur.com/v1ZVk6B.png" border="0" />

    Please could you give me some guidance?

    Thanks.

  • App failed certification, but not for any technical reasons. Apparently its culturally offensive in some countries. Need to change publishing countries. Anyway I'll do this, upload a new xap, with some bug fixes and then re-publish. Wish me luck

    Countries/regions for which one or more parts of

    3.10 may apply include the following:

    Group 3: Afghanistan, Algeria, Azerbaijan, Bahrain,

    Comoros, Eritrea, Gambia, Guinea, Iraq, Kuwait,

    Libya, Mauritania, Niger, Oman, Pakistan, Qatar,

    Saudi Arabia, Somalia, Tanzania, United Arab

    Emirates, Yemen

  • FrodoBaggins has picked up on an issue that means anything that isn't the example won't work. Just fixing now.

    - Edit ->

    Open up the following files and replace the WindowsPhonePluginForConstruct2 with the name of your project (you can find it in project settings inside Construct 2): App.xaml.cs (line 9 and 11), MainPage.xaml (line 2) and Mainpage.xaml.cs (line 15 and 17).

    Should be working now.

    thehen Thanks, this fixed it for me :) - Great plugin. My app should get certified now.

  • thehen I'm having trouble with getting this plugin to work with my own C2 project. Dragging those files you provided for your example, into my project, causes C# errors, and just plain leaving it alone and building doesn't seem to work. I have a button set for 5 seconds vibration. I've got yr example to work perfectly on my windows phone.

  • This is an awesome plugin, but I'm having some trouble exporting my own app with it. Can you please give me some guidance? I got the example one to work perfectly.

  • Thanks thehen - looking forward to it

  • bump

  • Bump

  • Hey

    I was wondering how to get the back button on Windows Phone 8 to take you back a menu inside the app. I read the thread with thehen and rob Kachmar, where you were trying to get the resume working, I got it working with the r116 release, but I'm trying to use the back button for in-app functionally as well. Is this possible?

    Also I'm having trouble with audio in the app, as it seems to play it on the phone with the media player.

    Thanks

    -Frodo

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks Whiteclaws and boolean, a combination of your two answers solved my problem :). My score counter now works fine.

    -Frodo.

  • Whiteclaws the variable is incremented each time the user scores a point, then at the end of the game it is written to the Session webstorage variable. The problem i'm having is that the label shows 0 on the scoreboard, it will only show the correct value after refreshing.

  • Bump