nordman's Forum Posts

  • 3 posts
  • rexrainbow

    Links to plugins do not work ((( I really want to download them. Could you open access to dropbox please?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello everyone!

    Recently I needed in the project select items on the condition: distance (x1, y1, x2, y2) <z.

    For this purpose, suitable functions Pick by comparison and Pick by evaluate.

    So I have questions:

    1. What is the best to use, Pick by comparison or Pick by evaluate?

    2. What is the difference between them, except that in the Pick by evaluate, you can specify multiple test conditions?

    3. In what function the best performance?

  • Hello everyone!

    Recently I compiled APK via cocoon.io

    Everything was fine when tested the app on Samsung Note2.

    Next I tested on Samsung Galaxy Core2 (SM-G355H android 4.4.2)

    and found that on a device does not work accelerometer!

    First I display the sensor information:

    Touch.AccelerationYWithG

    Touch.AccelerationXWithG

    Touch.AccelerationY

    Touch.AccelerationX

    Touch.Alpha

    Touch.Beta

    Touch.Gamma

    Indicators on zero.

    I tried to compile using cocoon.io with parameter Webview +

    Touch.AccelerationYWithG Touch.AccelerationXWithG and repaired, but Touch.AccelerationY and Touch.AccelerationX remained on zero.

    Unfortunately I can not use Webview + , because affect performance and do not work some third-party plug-ins, so please advice on how to make it work the accelerometer? So I need advice, what to do to run the accelerometer?

    On both devices installed android (4.4.2), but on the Galaxy Note2 accelerometer works well on Galaxy Core2 - no.

    I guess cordova not have access to the sensors from Canvas+

  • 3 posts