IdreamBisoen's Forum Posts

  • 6 posts
  • Hi, I'm building an app in which you can record a video cam (of a phone or computer) stream and store it in a binary. Afterwards I would like to send it to a server using AJAX and PHP. For an image (snapshot) it works fine using base64 first. But video (MP4) files are getting submitted and stored, but decoded in PHP the file does not play anymore.

    I've started using the camera input tutorial from Construct.

    Tagged:

  • Hi all, I reading some posts regarding Push Notifications and see different options, like Master collection, OneSignal, Enhance etc.

    I'm considering now for the Master Mobile collection, but would like to know I someone recently implemented this also for his/her app and might have a better option or experience with Master Mobile Collection?

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks so far for your help!

  • Hi, is there a simple way to get local wheather info from an online source, like raining, snowing, Sunny and degrees?

    Thanks!

  • Thanks Ashley!

  • Problem Description

    In this game, I need a layout of 5000x5000. The layout is filled with sprites, called 'Rock', with a size of 50x50 and distributed across the whole layout.

    The sprite pop can walk arround and destroy the 'Rock's after an offset detection.

    Now all goes well for most Rocks, but the Rocks on layout Y position = 2400, the collissiondetection failes.

    After that specific row of rocks it will continue. So it looks like somewhere between 2400 en 2500 the detection goes wrong. The example included is a rebuild of my game, as per instructions to focus on the problem en reproduce it as pure as possible. I hope I did it ok.

    Attach a Capx

    ____ Upload a Capx to this post ____

    Description of Capx

    In addition to above, there is 1 layout and 1 event sheet. The idea is that the sprite Pop, can walk around the rocks and destroys them when it hits it.

    Steps to Reproduce Bug

    • Run the game/layout
    • Go does with the down key with the sprite Pop. The rocks will destroyed when hit.
    • When you reach y> 2350, you will see some white blocks, which are actually empty spaces. At the level of y= 2399 the Rocks below will not be destroyed. But you can move to an empty space (white rock) to fall one level of rocks below, and you'll see that it continues to work. That why I believe its specifically that coordination, since before and after this area, it works well.

    Observed Result

    ____ What happens? ____

    The sprite failes to move further as collision detection seems to fail.

    Expected Result

    ____ What do you expect to happen? ____

    I hope, I've did something wrong, then reporting a bug in this super tool

    Hopefully, you can tell me what I did wrong or should consider or maybe when indeed an error fix it for me?

    Affected Browsers

    • Chrome: YES
    • Internet Explorer: YES Operating System and Service Pack ____ Your operating system and service pack ____ Windows 8.1 Construct 2 Version ID ____ Exact version ID of Construct 2 you're using ____ 190 (64bit)
  • 6 posts