Metathronos's Forum Posts

  • Nevermind, the last update from a few hours ago fixed whatever the issue was.

  • I understand.

    I considered doing that, I read the guidelines the day i originally reported this. But i am having issues making the bug report useful too, i can't send a project because it's happening with all the projects, even the ones downloaded directly from your site.

    I tried previewing kiwi story, demonoire, glokar, etc.

    None of them work. I thought it would be me being behind a few updates, so i updated to the latest chrome and OSX versions with the same results.

    Then i tried in safari, firefox and opera. All of them work fine, chrome still doesn't.

    I also thought about sending video of the issue, but the guidelines discourage the use of video. I'm not sure what else i could add in a bug report that i haven't already mentioned here. I understand it's not possible to fix an issue that can't be reproduced but i am at a loss of how else i can help matters.

    A full system report?

    The steps to reproduce are simple: download project > open project > preview.. C3 worked before the past 2 updates and then it suddenly stopped working.

    I guess i can just use some other browser.

  • still not working after updating chrome and the OS. Now using Catalina 10.15.2.

    Works in Firefox but after a while it gets incredibly slow.

    Works in safari.

    Can't preview in chrome.

    Can't preview when installed as an app.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • by the way, i am getting some weird artifacting on safari the edit effect button is expanding to 100% of the viewport for some reason:

  • tried posting an image with the f12 screen, but for some reason it isn't showing.

    *reuploded it, image showing now

  • safari is working fine.

  • macOS Mojave v. 10.14.6

    browser: chrome

    i'll try on a different browser and report back

  • Can you preview them using the preview from the editor? i am getting a black screen on anything using the construct 3 runtime. c2 runtime works fine though.

  • Since the last update, preview isn't working for games using the construct 3 Runtime. And i mean all the projects, not just mine. i tried previewing kiwi story and others and all i get is a black screen. I found out the reverting to construct 2 runtime solves the issue, but i had to use the move to behavior which prevents me from reverting to c2 so i'm stuck with a blank screen.

    I can post my computer specs if they are relevant but i don't even know if this is the right forum for this.

    Any help on this matter will be appreciated.

  • oh. yeah i did. Had to, for some reason after the update the preview wasn't working on c3 runtime

  • Can an object have the platform behavior and the tween behavior at the same time? i am not seeing the behavior in the behavior list and i am thinking it might be one of the other behaviors preventing this.

  • thanks for the reply. I'll try that out.

  • The behavior i need is :

    on (sprite a) collision with (sprite b), move the sprite a to sprite b using lerp since i don't want it teleporting to the center of the sprite.

    I want it so when the player picks up a power up, movement stops, player gets dragged to the center of the power up, sprite b gets destroyed, an animation happens and then movement is resumed. i have everything else but i can't figure out the expression's syntax.

    Thanks in advance

  • nice. thank you both for your replies.

  • i am starting a platformer, and for some reason i am having issues with the player (16x16px) going through a gap (16x16px) under a tile that is 16x16.

    I havent messed around with the collision boxes. but i thought it could be the problem, so i started fresh and again, the player can't get past the gap under the tile..