d939569e84594e1586eac3e65e28dfb2's Forum Posts

  • I use a function to handle local storage. that function uses a prefix. so if you template your games, one simple change changes it everywheres

  • [quote:9p9kiij3]cannot export native windows code

    huh? With the way Universal Apps are going, "native windows code" is a dying breed. I am not even 100% sure what you mean. Exporting with Universal Windows 10 option is pretty darn "Native."

  • >

    >

    > What version of C2 are you using?

    >

    the latest one, r221

    Between the Browser and Windows plugin (both come with Construct) you should not need much else. Windows plugin works for Universal apps, both Windows and Windows Phone. Windows Phone is still wonky where 10 is not out for all phones yet, so you cannot really expect those to fully work yet. I read somewhere mid Feb it should be out on all phones.

    The only thing missing I noticed/needed was consumable IAP's which is not even in this Windows Phone Plugin (since consumables are relatively new for Windows). I made a plugin for those...

  • >

    > I am trying to ask you, what are you trying to do? I have made many windows phone/windows apps and I have not really needed anything other than what is built in. If anything is missing, I just make it myself.

    >

    > Can you elaborate on what exactly you are trying to do, so I may be able to help you accomplish your goal?

    >

    Such as launching share bar, rate app, tile update~

    I think it's good to have such a platform specific plugin like that..

    all of those exist, with scirras windows plugin

  • >

    > Okay. I will try this one more time. What exactly are you trying to do? Almost all of those functions are available to you.

    >

    available? which? what do you mean?

    those are only works for windows phone not 10

    I am trying to ask you, what are you trying to do? I have made many windows phone/windows apps and I have not really needed anything other than what is built in. If anything is missing, I just make it myself.

    Can you elaborate on what exactly you are trying to do, so I may be able to help you accomplish your goal?

  • Just uploaded a demo of another game using this template. Took minutes to create using the same source. It is called Nature Walk: http://humanescape.com/apps/nature/

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • >

    > Exactly what function is that? I have not had to use this plugin in awhile...what is it exactly that you are missing?

    >

    you can actually see it on first page tho,

    but here it is..

    Okay. I will try this one more time. What exactly are you trying to do? Almost all of those functions are available to you.

  • >

    > what is it you require? I thought most of what is needed is already in Construct now

    >

    just the same function like on this windows phone plugin.. but with windows10 compatility..

    Exactly what function is that? I have not had to use this plugin in awhile...what is it exactly that you are missing?

  • To go further, I wouldn't mind if it was easier to organize objects. It is a painful process to organize them. It is slow, tedious, the screen goes nuts on bigger projects. It is no fun.

  • Ashley,

    any plan for Windows 10 plugin?

    what is it you require? I thought most of what is needed is already in Construct now

  • This Or That — Now for sale in the Scirra Store!

    https://www.scirra.com/store/games-with-source/this-or-that-1959

    <p>This or that is a game that is simple yet hilariously fun. Although you can play it by yourself, It is recommended to play with a group of people around you. You choose between two sets of choices to start, GOOD where all the choices are positive, and BAD where all the choices are negative.</p><p>For example, a good set of choices would be you can choose this, to win the lottery, or that, to own an island. There are 100 unique good choices, and 100 bad ones. Together, this makes for 20,000 unique combinations. That is a lot of game play!</p><p>Since you are getting the source code, you can easily manipulate it and add your own choices. The code is easy to read and modify. It is well commented, and functions are heavily used to make your life easier.</p><p>This or That also comes loaded with my own twist of transitioning layouts, and UI Blocking Messages which I refer to as Toast Messages. You are free to use these concepts in your other apps.</p><p>Please note: When trying the demo, there is a FEEDBACK feature. This is NOT INCLUDED in the game you receive.</p><p>Third Party Plugins: This app requires REX TouchWrap and REX Button.</p>

    Use this topic to leave comments, ask questions and talk about This Or That

  • Kenney, you da bomb!

  • It has been awhile since I did it personally, but the way I did it was with a base64 version of the image. this then sent to my server using a post with ajax, my server then saved this as an image. the image URL was returned to the construct app.

    It has been awhile, there might be better methods now. If you do a forum search on base64 you might find some more help too.

  • You would need the picture to be uploaded somewhere. If you have a website have construct upload to the website then put the url of its location in the form in your screenshot.

  • Problem Description

    When I run external monitors, and use Construct on the secondary monitor, dialogs are lost. Resetting dialogs does not help as they get lost again.

    For example, if I edit text, I see the dialog, I save. I open another dialog, and it is either on a different screen, or gone altogether. It is rather annoying as I can never tell where the dialog will open. Also, when it goes off screen completely, I have no real way of closing the dialog, or closing construct. I have to force close construct, losing my work.

    The only workaround I have found is setting the external monitor as my MAIN monitor.

    I have this issue with my SP3, HP Probook, and Samsung Ativ.

    I am not sure if it matters, but I am using a USB Monitor Adapter.

    Attach a Capx

    No CAPX required, it is not CAPX required

    Description of Capx

    n/a

    Steps to Reproduce Bug

    Simply repeatedly opening dialogs. Sometimes they change screens, sometimes they get completely lost.

    Observed Result

    Dialog has unexpected results. Appears offscreen sometimes and is not recoverable.

    Expected Result

    Dialog appears in the same spot each time.

    Affected Browsers

    Not a browser issue

    Operating System and Service Pack

    Windows 10

    Construct 2 Version ID

    221, although I have had this issue as far as I can remember. I know at least since around r190 I have had it.