Bl4ckSh33p's Forum Posts

  • Here is one of my latest apps. <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">

    http://www.amazon.de/Bl4ckSh33p-Soft-Ga ... ds=galciv3

  • Audio seems to work in IE on Xbox One. But I only have one music file played on one layout and did not test it with multiple sounds at once, yet.

  • Thanks. Good idea with Spritefont.

    This should work in most cases but if you need all chars to display lots of text (a huge wall of text!) is there another way to do it?

  • Nice plugin. I will try to use it in my next app/game.

  • So is this a contest where only X people win or does EVERYONE who submits a game get the price? o.O

    In the past I had several problems when trying to get my app/game approved but my latest app was approved yesterday. Does this count as "game" too because it was entirely made with C2? I am working on some other things and hope they will be ready soon enought.

  • Hi. Is it possible to somehow get the position of a letter or string inside a textobject or spritefont object? I know you can get the index where the string was found but is there a way to get the X and Y position? Something like "Press to start" and will be replaced with an image of a B button and the text will be replaced with "" to show only the button/sprite. Would be nice to show some images inside a text.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks. I will try it. Windows Phone does not support WebFonts so I hope the sprite font will work.

    But does anyone know how to change the color of the placeholder text in input boxes? Maybe with some CSS?

  • I meant the language for the app in the store.

    But there is a plugin for Visual Studio for easy localization. It creates a new folder in the root of the exported project with files in it. But you cant access them via AJAX if they are not in the subfolder of the app/game? Maybe it works if you copy/move them there after you are done with it.

    Can I just enter multiple language codes in the app manifest in Visual Studio? I will need to try this tomorrow (so the shop shows multiple supported languages if I just hardcode them in for now).

  • I get a timeout message in chrome when I try to open your link.

  • I have just uploaded it to the Windows store and it was approved really fast. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    Windows Phone should be added shortly.

    http://apps.microsoft.com/windows/de-de ... 7691b2b3c6

  • Hi! I am just starting to develop apps/games for Windows 8.1 and Windows Phone 8.1 and I am looking for expienced Windows 8 / Windows Phone users.

    When editing the app manifest in Visual Studio I changed the default en-US to de-DE because my app is currently available in German only.

    But how can I define de-DE and en-US or en-GB at the same time when I added multiple languages? Can this be done in one package?

    And how can I define one of the reserved names for which language? I reserved 4 names for my app and the website says this can be used for different languages. But I could not find how or where I can assign the names to the languages. Any help would be very much appreciated.

  • Hi! I just found this on the DevCenter:

    https://dev.windows.com/de-de/develop/m ... pp-toolkit

    With AJAX you can request a project file in the same folder. But is it somehow possible to use files form another folder when you export to Windows or Windows Phone? It should be possible with NodeWebkit exports since it can read files from folders as far as I know. But does this somehow work for Windows exports, too?

  • Does anyone know a workaround to use WebFonts on WinPhone 8.1?

  • Hi. I found an Azure cloud service plugin today but what about OneDrive to store/load files? Is there already a plugin for this somewhere?

  • Hi! Is it possible to create consumable (re-purchaseable) items for Windows and Windows Phone 8.1 (Universal app) with the built in IAP plugin?

    https://msdn.microsoft.com/en-us/librar ... 68257.aspx

    A normal purchase is stored and only possible once for each item.