Laurent's Forum Posts

  • What do you need this for ?

    Use Browser object expressions to check device pixel ratio and screen size (Iphone X specs are 2 436 x 1 125 pixels at 458 pop) and browser platform that returns Windows, Mac, IOs..

  • Laurent

    You are welcome!

    May be you mean that you want type of Swipe that will show the direction of swipe not at 4 or 8 directions but angle of finger's motion should be shown or may be after swipe the arrow should show the direction? And also the distance between touch start point and touch end point should be shown?

    Please, let me know, and I will add this.

    Thank you, too!

    paradine

    That, indeed, would be a very nice addition too ! And what about swipe speed also ?

  • paradine

    Thanks !

    I just downloaded the capx and tried it and it seems to work well. Combining scroll and swipe detection can be interesting to find out the direction of a scroll movement. And scroll seems to work well with zoom.

    Thanks a lot !

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks paradine,

    I did follow your instruction but apparently, Zoom and Scroll+ Both appear to conflict. Touch behavior for scroll makes the screen move before scroll occurs.

    I'm afraid this kind one conflicts may appear with every combination. For example, if I want to combine Scroll with Swipe. How can they be differentiated ?

  • paradine

    Great work !

    Each feature taken separately is excellent ! Now, we would love to be able to combine them. For example, the basic combo Swipe to scroll/Zoom. Is it something you could try implement ?

    Nice capx BTW

  • Thanks Ashley

    So deleting the cache is like making a C3 clean install ?

    It would be very useful to be able to clearly identify what C3 installs in Chrome so we could be able to purge knowingly. Could you add such a function ?

  • Ashley,

    I followed your instructions but it's very difficult to understand what each file is about.

    All my capx are stored in the cloud, none in the browser. I have a few add ons that I can easily reinstall. What is the risk to delete every file in the https_editor.construct.net_0.indexeddb.blob dossier ?

  • Hello ! I'm a proud (and privileged) user of Construct 3 on Mac. I discovered in my Mac Library, under the Google Application Support a file named https_editor.construct.net_0.indexeddb.blob. This file is full of documents and about 15Gb big ! What is it exactly ? Can I purge it to free disc space ? Thanks for your answer. Laurent

  • rexrainbow

    Thanks, Rex for the answer.

    Next year ? You mean, in a long time ?

  • Hello rexrainbow

    There's a C2 template that I need to use and it uses some of your plugins. Conversion to C3 add ons would be nice ! Thanks in advance

    rex_layouter_cyclic

    rex_layouter_linear

    rex_glayouter

    rex_timeline

  • Hi kingpirux

    Your file sounds really interesting !

    The point is that I'm running Construct 3 and your capx seems to be needing plug ins and behaviors that may not be supported by C3. Are all the plugins needed ? Could there be a version of the capx made without those plug ins ?

    Thanks for your answer

  • Hey dop2000

    Thanks a lot ! That's absolutely what I meant. It's perfect to turn the phone into a top/down screening device.

    Two things that can be interesting :

    • use image from live camera as background image
    • allow this to work with the device held vertically. Could compas be used for panoramic views ?
  • Up !

  • UP !

  • Hi to all,

    For the project I'm on, I need to turn a mobile device into a periscope. Meaning that when telephone is held standing vertical, pan mouvement and tilt movement make a landscape scroll on the screen with parallax effect applied to the different layer creating artificial depth.

    I know I have to use Touch control (gamma and compas) and affecting different parallax value to layers, but I've no idea on how to achieve this.

    Any idea ?

    Thanks !