hazneliel's Forum Posts

  • Is there a way to quit/close the node-webkit application from an in-game action like a button press?

    Thank ypu

  • How can I use a custom font when exporting to NW.js?

    On other platforms I just added the css font declaration and I included the font in the root directory and that worked, but when exporting to NW.js there is nothing like this, how can this be done?

    Thanks everyone who can help me.

  • Title: Sexy Runner

    Price: Free

    Wrapper: (IntelXDK) and supported features (Game Center, iAP)

    A sexy runner game with a touch of 2D scroll shooter and RPG elements.

    Features

      Simple touch and keyboard controllers Amazing graphics Fun and fast gameplay Many upgrades to chose Unlock sexier outfits

    Official Website

  • Yes, the bug can be reproduced in the .capx I posted, it is not necessary a force touch bug, I could reproduce it on an iPhone 5 on Chrome.

    You can see in the video the bug, it is not 100% reproductable but you can make it happen after playing with it for a few seconds.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ashley, where you able to reproduce this with the info I posted?

  • Ashley, you can also reproduce it on a non #D touch device, I managed to reproduce it on an iPhone 5s on the Chrome browser. I was not able to reproduce it on the Safari browser.

    Same as on the Chrome browser when I create a phone gap app from it, it also has the bug.

    Try running it on an iPhone 5s on a Chrome browser

  • Sure I can share what I have learned.

    Yes I use a single project that supports many screen resolutions, its not perfect and sometimes it does not scale right but it works good enought.

    This is what I did.

    • Set your project to Scale Outer
    • Use "Viewport" to place the items relative to the edges
    • Once I have some items placed where I want, I place other items relative to that object, so they will be placed right.

    Here is a capx file of showing what Im talking about http://www.znelarts.com/cosas/PositionObjects.capx

  • Can't test here, but you might try using "nth" touch conditions as a work around.

    Cant use NTH touch for that, the condition is when any touch is on an object, the bug is happening because its not registering that the second object is being touched.

  • I have been testing further, the problem also ocurs to non 3D touch devices, but only running on the Chrome browser or Cordova/phonegapps Apps.

    When using safari it works fine.

    I wonder why on Safari works fine, but when making a phonegap App it fails.

  • Yes Im sure, my game was working fine on non force touch devices, then I got an iPhone 6s then I saw the bug, see the demo project and try it. Sometimes it take some tries but just keep multitouching the buttons until one stops responding.

    Scirra, please help me with this, its affecting my product already on the App Store

    Thank you

  • Problem Description

    When using a device that supports 3D touch, when you are applying force to one object and then press a second obcject simultaneously, the second object wont respond to the "is touching" event.

    Steps to Reproduce Bug

    • Step 1 Have object A and B respond to an "is touching" event
    • Step 2 Run the game on a force touch enabled device (iphone 6s)
    • Step 3 etc. Press strongly on object A then tap object B

    Observed Result

    The tap on object B is not triggering

    Expected Result

    The tap on object B should trigger

    Reproducibility

    50% - It seems more easy to reproduce if you strongly quick tap and hold on the first button

    Operating System and Service Pack

    iOS 9.2

    On a Phonegap build

    Also happening on web using the Chrome App

    Construct 2 Version ID

    Release 216

    Demo

    Make sure to run it on a force 3D enabled device (iphone 6s, keep touching the buttons simultaneously, eventually they stop working)

    http://www.znelarts.com/cosas/ForceTouchBug/

    Video Demostration

    http://www.znelarts.com/cosas/ForceTouc ... oVideo.wmv

    capx file

    http://www.znelarts.com/cosas/ForceTouc ... chBug.capx

  • Hmm, cant seem to find a download link? really would like to try this plugin

    Sorry for that, I updated the post, you can get it here:

    https://github.com/ZnelArts/Construct/a ... master.zip

  • Well, just after my last post I needed to implement a new skill for my game, so I added the Stomping skill to the platform++

    Basically if enabled, you can jump and press jump again to stomp down

  • I wont be updating this behavior for a couple of months, please feel free tu pull it from git and add whatever modifications you need, I will be glad to help you. I will let you know when Im back working on this behavior