winkr7's Forum Posts

  • Not bad for the free version. Keep up the good work.

    yours

    winkr7

  • What do you mean by If it is not running? If you have a function that returns a zero or one you could logically not that returned value. Is this what you are asking?

    yours

    Winkr7

  • thanks lots.

  • Hello;

    I have managed to get to the beta but I want the rollover link so I always run the latest beta.

    Thanks for your time.

    yours

    winkr7

  • I have the same problem with web browser not immediately updating to new code on the server. I think this is browser cashing and not solvable from the construct level but only from the users end. I tried using a different directory each update that that created more problems than it solved.

    yours

    winkr7

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Can you put a break point in functions now? I tried to use lots of functions a ways back and could never set breakpoints.

    yours

    winkr7

  • If you search for construct 3 LOS you will find some utubes on how it works. You can also ask chatgbt. This might be a good start and give you context for a more specific question.

    yours

    winkr7

  • You can tween the opacity of the layer from 100 to zero.

    yours

    winkr7

  • You can set a layer to interactive, true or false. So you turn off the whole layer not the single button. Doing the entire layer makes sense to me.

    I hope this helps.

    yours

    winkr7

  • Hello;

    I looked at the JSON based dialogue tutorials (both good) and a DRAFFT for generating json for dialogues (seems to be pro-Godot). Are there any good dialogue systems out there I should look at?

    thanks for your time.

    yours

    winkr7

  • Hello;

    If you confine the sprite with scrolling to the layout, then it cannot scroll too far right? It gets to the layout edge and that is as far as it scrolls. Perhaps this is what you want?

    yours

    winkr7

  • Hello;

    Make sure you didn't accidently turn off collisions.

    Set up a 5th layout from scratch and slowly build it into the one that doesn't work and see where it stops working?

    yours

    winkr7

  • There is not enough context to answer your question. I assume you are talking about the speed of a sprite? Is it using goto, or bullet or path or car etc. How is it is getting assigned a speed. If you don't know the context try asking Bard the same question you just posted here : Say using construct 3 how do I--it will help you immediately get some idea of what it (or anyone) is going to need to know to answer your question. Then you can ask it here with probably more success in getting a useful answer.

    yours

    winkr7

  • Can you get just the orbit to work without any teleporting as a first step?

  • Just to be sure have the button type out a message that it has been pushed. Maybe it is not accepting clicks or its layer isn't etc.