Amonith's Forum Posts

  • 6 posts
  • Hi everyone,

    I'm curious, did anybody ever managed to get spriter-based animations work with Windows Phone (or any other mobile platform)?

    I've created an animated character which works fine on the PC, but on WP the app just hangs when it tries to load the animation.

    Sorry for my English.

  • Weirdest bug ever.

    Just change your index.html in the place where it includes intelxdk.js from:

    <script src="intelxdk.js"></script>[/code:2tlhrlci]
    
    to
    
    [code:2tlhrlci]<script src='intelxdk.js'></script>[/code:2tlhrlci]
    
    And that's it, really.
    I've decided to try it because in all of the XDK's templates only one script tag uses single quotes, the intelxdk's one 
    Scirra (@Ashley ?), please adjust your exporter 
    
    I did some more minor changes in this file, so i'm attaching it here, but only when I changed these quotes it started working.
    There is, however, another major problem:
    
    Can't get input to work!
    On Android the keyboard doesn't show up on text boxes and on Windows Phone even touch doesn't work!
    
    Plz halp.
    And thanks @m2ag for help. For some reason I can't get my debugger to work so if it weren't for you I wouldn't even know where to look
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi everyone,

    I've created a mobile game which at some point needs a QR scanner. I've decided to use Intel XDK wrapper because it provides an API for that.

    However there is a very minor case of serious runtime problem. The exported app runs fine in the emulator but in the Intel App Preview on the device (tested Windows Phone 8 and Android) the only thing I can see is a blank black screen.

    I don't use App Game Interfaces.

    I'm attaching the main XDK's index.html file (had to pack it).

    Sorry for my English,

    looking forward to any kind of help

  • That was a bug now solved in beta release r164.

    The topic can be closed.

  • No, it's not a problem. I've created a few RESTful web services which return bare JSON and successfully consumed them in Construct with the AJAX requests.

    Can you show us the event sheet where you request the url and process returned data?

  • Hello everyone,

    I've encountered a serious problem. Is it possible to AJAX request a local project file on Windows Phone 8?

    Using AJAX plugin -> Request project file simply doesn't work on this platform (works on PC).

    It is a ".json" file added to the files in the project in Construct 2.

    In Visual Studio its build action is set to "Content".

    Sorry for my english.

  • 6 posts