frayt's Forum Posts

  • Hi, I just exported my project as desktop NW.js and there is a black screen on launch. I used minifi or not, still same. There is even no construct 3 logo that appears. searched on some same case on forum still issue don't work.

  • post a screen of all your event sheet or share your project, we can't help you otherwis e

  • do you have "loop" on your project?

  • You can also look at timelines.

    yeah timelines could be the best option if you don't know any formula

  • if your game spread like a pandemic, is better than cry for what hackers are doing. If your game is cracked, that means people want to play it and that's what matters, even financialy is better, you have more probabylity selling, because people heard of your game

  • funny concept

  • add line of sight to your white character sprite.

    character has a line of sight to object" >>>> black character set invisible

    else >>> visible

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I had the same problem, you have "translucide" option on editor of layers, not layout if my memory is correct.

    you have to check on propertie of layers. which one? disable view of all layers on right bar and you will be able to spot the gulty layers.

  • check with debug

  • It doesn't work because the Speed variable doesn't become -52 when you hit A, you're just telling it to set the behavior speed to Speed 2

    Delete the variable speed and speed2, On A Pessed set rotate speed to:

    -self.rotate.speed

    wooo that's working thank you!

  • Replace the second condition "If Speed=-52" with "Else":

    > 
    If Speed=52 ......
    
    Else ......
    
    

    that does not work. still same

  • I have a sprite, with rotation behavior, and 2 event on the project that's all.

    just wanna rotate this red object :

    his speed is set:

    event are set:

    here is what's happen.

    on start of preview, works well, the red object rotate on clockwise, then I click button and he invert his rotation, untill now, is ok.

    then I click back on a, and object don't rotate. I checked debug, his speed change once, first rotation works, then can't rorate back, still same speed

  • If you have issues like I had to export your project, here is what you have to do :

    Go on your project on construct 2, delete all files related on "Spriter in bar project at the right :

    Spriter.scml

    SPriter.scon

    .png, and so on, ALL that is related to.

    you can found them on object types, families and Files, maybe other if you you had another plugin.

    When it's done, save your project as a single files and then, rename it for a backup if things goes wrong.

    Now open project on construct 3, and tadahh, that works, well that worked for me.

    Then place all your spriter files on construct 3, on exact same layout, then check if every sprite on layout are corresponding to the project on construct 2, and finaly, check for event, compare project construct 3 and 2, where event related to spriter's object are used.

    that could work with every plugin not just spriter.

    that's all. Just wanted to share,If someone had issues with that, and construct 2 will be disabled soon so.

  • wow, brillant, awesome job!

  • Ashley by the way Ashley, how get you rid of this white blank. Always annoying me on some of my project, don't understand why is it there. when I create layer, above layers zero based, this white background always get above.

    like here :

    how do I take this white background off?