Laurent's Forum Posts

  • Nimtrix

    Thanks ! That's what i cal easier. How would it look like for a single knob (have hard time to remove the each knob routine)

    Is there a way to implement a "free" angle", a zone the knob can't reach when it rotates and that prevents it to make a complete revolution?

  • ***deleted post***

  • Hi to all

    Just a plug-in suggestion that could be useful to many.

    Imagine a rotary knob like the ones on a guitar amp.

    Behavior will allow it to turn using mouse or touch. It may have the following options :

    • modulation range (1 to 100, -20 to 20)
    • rotating range (1 to 360?, -45 to 45?)
    • variable attached

    What do you think ? More suggestions to that idea ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Nice example but do you figure out an easier way ?

    I even guess that someone could make a plug-in out of it, that would be great !

  • Thanks Lemo, that's exactly what I was looking for !!

  • Hi to all,

    the question is in the subject.

    I'll need to use the knob to change the value of a variable and then variate sound volume/rotating speed/anyhing.

  • I guess you can use the Sine behavior (https://www.scirra.com/manual/103/sine) to the angle of the object.

  • Ashley : ok, I'd make a screen cap if it happens again.

    Joannesalfa : How do you do that ?

  • The message says that osx export could not be completed. I don't remember excatly how it is formulated, I don't get it anymore. But osx apps still don't work.

  • Hi to all,

    I've been trying the new osx exporter but, unfortunately, it doesn't seem to be working. Everytime that I try to export that way, there's 50% chances the export doesn't work (error message) and when it does, application doesn't launch.

    I'm a the only one ?

    imac 2,4 GHZ Intel core 2 duo OX 10.6.8

  • Hey Edgar,

    No, no answers came to my request so I'm still were I was.

    BTW, I found an interesting tutorial here :

    scirra.com/tutorials/415/dragging-the-screen-with-mouse-and-touch

    But this resolves none of the 3 points listed on the top of this topic.

    Kind regards

  • Oh ! So Nice ! Son it word on mobile s�vices ?

  • Any ideas about making a dialer o?

    Well, my point is to make a needle that can be rotated around its axis using touch command. Like you would do to set the right time on a vintage clock.

    The dial thing is about giving the needle a rotating constraint (let's say between 45 and 180 degrees) and giving it the ability to come bak at its initial point when it is released from touch.

  • Ashley : Thanks Ashley, It's working perfectly well :)

  • Hi there,

    I have a C2 html5 canvas that I want to embed into a html page. I have made the bottom layer of my C2 project transparent because I wanted the two documents to share the same background image. Unfortunately, the moving objects in the C2 canvas leave a trail as they move. How can I avoid that ?

    For better understanding, here's the efect I want to acheive.

    The main HTML page created with a web editor represents the page of a book. The C2 animation I want to put on top is a fly moving randomly on the page.